-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Sembiki's Github Pages</title>
</head>
<body>
<div>
<h1>Sembiki</h1>
<h2>Forrest Oliphant</h2>
<ul>
<li><a href="http://forresto.com/">Personal</a></li>
<li><a href="http://sembiki.com/">Portfolio</a></li>
<li>
<a href="https://github.com/forresto">forresto on github</a>
<ul>
<li><a href="https://github.com/meemoo">meemoo</a> web media framework</li>
<li><a href="http://forresto.github.com/world-energy-consumption-visualization">world-energy-consumption-visualization</a></li>
<li><a href="http://forresto.github.com/flipbook">flipbook</a> Animated JPG images with simple CSS and Javascript</li>
<li><a href="http://forresto.github.com/PixelRPS">PixelRPS</a> tiny rock-paper-scissors game</li>
<li><a href="http://forresto.github.com/human-family-tree">human-family-tree</a> our family, Mitochondrial Eve to today</li>
</ul>
</li>
</ul>
</div>
</body>
</html>