-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (71 loc) · 2.4 KB
/
Copy pathindex.html
File metadata and controls
72 lines (71 loc) · 2.4 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<title>CSGO: Strategy Builder</title>
<link rel="stylesheet" type="text/css" href="css/csstrat.css">
<link rel="stylesheet" type="text/css" href="css/fam-icons.css">
<script type="text/javascript" src="js/csstrat.js"></script>
<link rel="icon" href="imgs/favicon.ico">
<style> body{background-image:url('imgs/binding_dark.png')}</style>
<meta name="description" content="CounterStrike: Global Offensive Strategy Painter">
<meta name="keywords" content="CSGO CounterStrike Global Offensive Strat Painter Strategy">
<meta name="author" content="evilduky666 * g0ddish">
<meta charset="UTF-8">
<style type='text/css'>
#mainTitle{
font-size:25px;
text-align: center;
}
#mainContent {
margin: 50px auto;
text-align: center;
}
#mainTitle{font-size:25px;}#allContent {width:50%;margin-left: auto;margin-right: auto;text-align: center;}
</style>
</head>
<body>
<div class="row" id="allContent">
<br>
<h1 style="color: white;">CS Strategy Builder v1.0</h1>
<div class="alert alert-info">
<div id='mainTitle'>Choose a map</div>
<div id='mainContent'>
<div class="form-group">
<form id="make_room" method="post" action="/test">
<select name="map" form="make_room" class="form-control">
<option value="dust2">Dust 2</option>
<option value="inferno">Inferno</option>
<option value="dust">Dust</option>
<option value="train">Train</option>
<option value="nuke">Nuke</option>
<option value="mirage">Mirage</option>
</select>
<br>
<button class="btn btn-success" type="submit">Plan <i class="fam-lightning"></i></button>
</form>
</div>
</div>
</div>
</div>
</body>
<footer>
<div id='allContent'>
<div class="row alert">
<div class="col-lg-6">
<br>
<div class="text-primary">Developed by: evilduky666
<br>
</div>
</div>
<div class="text-right col-lg-6">
<a href="http://www.w3.org/html/logo/">
<img src="http://www.w3.org/html/logo/badge/html5-badge-h-solo.png" width="63" height="64" alt="HTML5 Powered" title="HTML5 Powered">
</a>
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/deed.en_US">
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
</a>
</div>
</div>
</div>
</footer>
</html>