-
Notifications
You must be signed in to change notification settings - Fork 0
/
works.html
47 lines (45 loc) · 1.67 KB
/
works.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Bobik Archive</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='assets/stylesheets.css'>
<script src="assets/lib/jquery-3.6.4.min.js"></script>
<script src="assets/js/works.js"></script>
</head>
<body>
<div id="main">
<div id="header">
<a href="/" id="logo">
<img src="assets/img/bobik.png"><br>
Bobik Archive
</a>
<ul class="navbar">
<li><a href="/BobikArchive/">Home</a></li>
<li>Works (<a href="/BobikArchive/works?category=pekkakana2">Pekka Kana 2</a>
|
<a href="/BobikArchive/works?category=spherematchers">Sphere Matchers</a>)</li>
<li><a href="/BobikArchive/lost-works">Lost Works List</a></li>
</ul>
</div>
<div>
<h1 id="works-header">Pekka Kana 2 Works</h1>
<table id="works-table" class="works">
<tr>
<th>Name</th>
<th>Archive Date</th>
<th>Original Date</th>
</tr>
</table>
</div>
<div id="footer">
<hr>
I own <i>nothing</i> on this website except the HTML & CSS files used to create the site.<br>
Background is from the Piste Gamez forum.<br>
<a href="https://github.com/ShamblesSM/BobikArchive">GitHub Repository</a> | Discord: Shambles#3117
</div>
</div>
</body>
</html>