Skip to content

Commit 5bd0ee0

Browse files
author
CodexDerelict
committed
E
1 parent d23a318 commit 5bd0ee0

4 files changed

Lines changed: 13 additions & 9 deletions

File tree

lmc/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>CodexDerelict's Derelict Codex</title>
5-
<link rel="stylesheet" href="style.css">
5+
<link rel="stylesheet" href="/style.css">
66
</head>
77
<body>
88
<div class="box">
@@ -15,6 +15,8 @@
1515
</tr>
1616
</table>
1717
</div>
18-
18+
<div class="box">
19+
<h1>Coming soon!</h1>
20+
</div>
1921
</body>
2022
</html>

otnm/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</table>
1717
</div>
1818
<div class="box">
19-
<h1>Coming soon</h1>
19+
<h1>Coming soon!</h1>
2020
</div>
2121

2222
</body>

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body {
1414
background-color: #D9D9D9;
1515
width: 50%;
1616
}
17-
img {
17+
.small {
1818
max-width: 25vh;
1919
}
2020
.left {

vgmr/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@
22
<html>
33
<head>
44
<title>CodexDerelict's Derelict Codex</title>
5-
<link rel="stylesheet" href="style.css">
5+
<link rel="stylesheet" href="/style.css">
66
</head>
77
<body>
88
<div class="box">
99
<table>
1010
<tr>
11-
<td>Linguistics, Math, Computers & Stuff</td>
11+
<td><a href="/lmc/">Linguistics, Math, Computers & Stuff</a></td>
1212
<td>Video Games, Music, Recreation & Stuff</td>
13-
<td>Opinions, Thoughts, Neural Misfirings & Stuff</td>
14-
<td>Goodies, Projects, Links & Stuff</td>
13+
<td><a href="/otnm/">Opinions, Thoughts, Neural Misfirings & Stuff</a></td>
14+
<td><a href="/gpl/">Goodies, Projects, Links & Stuff</a></td>
1515
</tr>
1616
</table>
1717
</div>
18-
18+
<div class="box">
19+
<h1>Coming soon!</h1>
20+
</div>
1921
</body>
2022
</html>

0 commit comments

Comments
 (0)