forked from M-itch/codscriptdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.htm
30 lines (26 loc) · 1.35 KB
/
main.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="res/style.css">
</head>
<body class="content">
<div class="container vertical-center">
<center> <!-- this is meme center code, fix later-->
<br><br><h1 class="display-1">IW4 - Script Index</h1>
<br><img src="cod6.png" ALT="MW2 LOGO" width="50%"><br>
<img src="iw4x.png" ALT="IW4x LOGO" width="15%">
<br><br>
<div class="jumbotron">
<p>This is a PREVIEW version and is pretty much a CoD4 documentation with a few CoD6 and IW4x functions added.</p>
<p class="underline">THIS IS FAR FROM PERFECT / FINISHED!</p>
<p>ToDo:</p>
<p>-Fix sidebar styles to work with bootstrap</p>
<p>-HTML needs to be beautified globally</p>
<p>-Fix pages that look broken as result of Prism JS code blocks</p>
</div>
</center>
</div>
</body>
</html>