forked from ewen/game_of_life
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 795 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>life 2</title>
<link href="./main.css" type="text/css" media="screen" rel="stylesheet">
</head>
<body>
<div class="index-left">
<div id="title"> life <span>2</span></div>
</div>
<div class="index-right">
<a class="index-link" href="./intro.html">Introduction </a>
<br>
<a class="index-link" href="./life.html#original">Original Edition </a>
<br>
<a class="index-link" href="./life.html#competition">Competition Edition </a>
<br>
<a class="index-link" href="./life.html#extended">Extended Edition </a>
</div>
</body>
</html>