-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (52 loc) · 1.99 KB
/
index.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
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
<!DOCTYPE html>
<!-- saved from url=(0076)landing.html -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="./css/landing_site.css" />
<link href="./css/css.css" rel="stylesheet" />
<title>CS:GO Counter Strike Smoke Strats</title>
</head>
<body>
<!--Map Images from http://simpleradar.com. Copyright (c) 2017 Jo1Nt & Michaelaverage & AREDONE-->
<!--Image and Content Copyright (c) 2017 Valve, Hidden Path Entertainment-->
<!--CS:GO, Counter Strike Global Offensive belongs to developer and publisher, Valve and Hidden Path Entertainment-->
<header>
<h1>Counter Strike Smoking Strats</h1>
</header>
<nav>
<ul>
<li class="mirage">
<a href="mirage.html"> <span>Mirage</span> </a>
</li>
<li class="cache middlelis">
<a href="cache.html"> <span>Cache</span> </a>
</li>
<li class="overpass middlelis">
<a href="overpass.html"> <span>Overpass</span> </a>
</li>
<li class="nuke middlelis">
<a href="nuke.html"> <span>Nuke</span> </a>
</li>
<li class="cobblestone middlelis">
<a href="cobblestone.html"> <span>Cobblestone</span></a>
</li>
<li class="inferno middlelis">
<a href="inferno.html"> <span>Inferno</span> </a>
</li>
<li class="train">
<a href="train.html"> <span>Train</span> </a>
</li>
</ul>
</nav>
<footer>
<div class="iconContainer">
<a href="https://nb-no.facebook.com/CSGLOB/" class="fa fa-facebook"></a>
<a href="https://twitter.com/CounterStrikeGO" class="fa fa-twitter"></a>
<a href="http://store.steampowered.com/" class="fa fa-steam"></a>
</div>
</footer>
<script src="https://kit.fontawesome.com/3b3ddedb0f.js" crossorigin="anonymous"></script>
</body>
</html>