-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (45 loc) · 2.02 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="utf-8">
<title>Gearhead and Gamers</title>
<meta name="description" content="A place for all gearheads and gamers.">
<meta name="keywords" content="gearheads, gamers">
<meta property="og:title" content="GearheadsandGamers.com">
<meta property="og:description" content="A place for all gearheads and gamers.">
<meta property="og:type" content="website">
<meta property="og:url" content="http://gearheadsandgamers.com">
<meta property="og:image" name="Image" content="http://gearheadsandgamers.com/assets/thumb.png">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="favicon.png">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,500" rel="stylesheet">
<link href="../assets/css/bootstrap.css" rel="stylesheet">
<link href="../assets/css/styles.css" rel="stylesheet">
<link href="../assets/css/3-col-portfolio.css" rel="stylesheet">
</head>
<body>
<div id="main-wrapper">
<img class="logo" src="../assets/images/logo.png" alt="GnG Logo">
<div class="desc">
<a href="http://gearheadsandgamers.com">
<h3>#1 motoring server on Discord!</h3>
</a>
</div>
<div class="wip">
<a href="http://gearheadsandgamers.com/">
<p>Website Coming Soon</p>
</a>
</div>
<div class="footer">
<p>Discord and the Discord Logo are trademarks of Hammer & Chisel, Inc.</p>
</div>
<div class="nav">
<a href="https://gearheadsandgamers.com" title="Home"><u>Home</u></a>
<span class="pad"></span>
<a href="https://discord.gg/ZuRube6" target="_blank" title="Join our Community!">Join</a>
<span class="pad"></span>
<a href="https://gearheadsandgamers.com/contact" title="Contact Us">Contact</a>
</div>
</div>
</body>
</html>