-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (26 loc) · 1.16 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
<!DOCTYPE html>
<html>
<head>
<title>Ajtech_</title>
<link rel="stylesheet" type="text/CSS" href="stylesheet.css">
<meta charset="UTF-8">
<meta name="description" content="Ajtech">
<meta name="keywords" content="Portfolio,Web Design,Relevant Keywords">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="icon" type="image/png" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=0.8">
<link href='http://fonts.googleapis.com/css?family=Quicksand:400,700|Pacifico' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container">
<h1>Alden</h1>
<h2>a.k.a. Ajtech or Redwood5</h2>
<p>The games that I mainly play are Minecraft and Tanki </p>
<div class="available">See my in a match? /msg me</div>
<ul>
<li><a href="http://ratings.tankionline.com/en/user/Ajtech31/" title="Check out my tanki page" target="_blank">Tanki</a></li>
<li><a href="https://hypixel.net/player/Redwood5/" title="Check out my (pretty bad) hypixel stats" target="_blank">Hypixel</a></li>
</ul>
</div>
</body>
</html>