-
Notifications
You must be signed in to change notification settings - Fork 9
/
main.html
30 lines (29 loc) · 922 Bytes
/
main.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
<style type="text/css">
<!--
H1 { padding: 0; margin: 0; font-size: 16pt; font-weight:bold; font-family:courier new; }
H2 { padding: 0; margin: 4; }
H3 { padding: 0; margin: 4; font-size: 13pt; font-weight:normal; }
P { padding: 0; margin: 4; }
PRE { padding: 0; margin: 4; font-size: 10pt; font-weight:normal; color:#EEEEEE; }
TD { padding: 4; margin: 0; }
UL { margin-bottom:0; }
-->
</style>
</head>
<body BGCOLOR='B0C4DE'>
<center>
<BR><BR><BR><BR><BR><BR><BR><BR>
<H1>Call of Duty 2 - Script Index</H1>
<BR><BR><BR>
<img src="logo.png">
<BR><BR><BR>
Do you need help? Post your problem on <a href="http://www.killtube.org/" target="_blank">killtube.org</a>
<BR><BR>
Script Reference repo: <a href="https://github.com/M-itch/codscriptdoc" target="_blank">GitHub</a>
<BR><BR>
<PRE>Thanks to AintNoMeInTeam</PRE>
</center>
</body>
</html>