-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbacklog.html
More file actions
52 lines (48 loc) · 1.35 KB
/
backlog.html
File metadata and controls
52 lines (48 loc) · 1.35 KB
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
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<head>
<title>Greaven - Backlog</title>
</head>
<link href="style.css" rel="stylesheet">
<script src="scripts/sorttable.js"></script>
<body>
<div id="banner">
<img src="images/logo.png" width="100px">
</div>
<div id="menubar">
<a href="index.html">Home</a>
-
<a href="blog.html">Blog</a>
-
<a href="gallery.html">Gallery</a>
-
<a href="https://github.com/CinisSec" target="_blank">Github</a>
</div>
<div id="body">
<div class="blogpost">
<h3>Books</h3>
<table class="sortable" id="booksbacklog">
</table>
</div>
<!--
<div class="blogpost">
<h3>Games</h3>
I've got way too many games to play...
<table id="gamesbacklog" class="sortable" class="todocontent">
</table>
</div>
-->
<!--
<div class="blogpost">
<h3>Model Kits</h3>
I'm holding myself back from buying the latest kits because building model kits
is basically my meditation. <br>
Throw in a good series or movie and I'm good.
<table id="modelkitsbacklog" class="sortable">
</table>
</div>
-->
</div>
<div id="bottombar">
</div>
<script src="scripts/csvToTable.js"></script>
</body>