-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 682 Bytes
/
index.html
File metadata and controls
39 lines (37 loc) · 682 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
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Skylar Fang</title>
<link rel="stylesheet" type="text/css" href="sfstyle.css" title="Skylar"
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed" rel="stylesheet">
</head>
<body>
<h1>Skylar Fang</h1>
<table>
<tr>
<td>
<a href="game_list.html">Games</a>
</td>
<td>
List of WIP games
</td>
</tr>
<tr>
<td>
<a href="dev_log.html">Dev Log</a>
</td>
<td>
Dev log about my games
</td>
</tr>
<tr>
<td>
<a href="about_me.html">About Me</a>
</td>
<td>
Some information about me
</td>
</tr>
</table>
</body>
</html>