-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (36 loc) · 995 Bytes
/
index.html
File metadata and controls
36 lines (36 loc) · 995 Bytes
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
<?xml version="1.0"?>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="description" content="G. Allen Morris III - Programmer"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>G. Allen Morris III</title>
<link rel="stylesheet" href="css/gam3.css"/>
</head>
<body>
<div class="container">
<h1>
<a href="https://www.gam3.net/">G. Allen Morris III</a>
</h1>
<p>Programmer</p>
<ul>
<li>
<a href="http://github.com/gam3">Github</a>
</li>
<li>
<a href="https://gitlab.com/gam3">GitLab</a>
</li>
<li>
<a href="https://www.linkedin.com/in/gamorris3">Linkedin</a>
</li>
<li>
<a href="http://twitter.com/gam3">Twitter</a>
</li>
<li>
<a href="mailto:gam3@gam3.net">Email</a>
</li>
</ul>
</div>
</body>
</html>