Skip to content

Commit 9b5acc3

Browse files
index update
1 parent 187cfa0 commit 9b5acc3

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

static/index.html

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,41 @@
1010
font-family: 'Courier New', monospace;
1111
margin: 40px;
1212
}
13+
14+
h1 {
15+
color: #E57333;
16+
margin-bottom: 20px;
17+
}
18+
19+
ul {
20+
list-style: none;
21+
padding-left: 0;
22+
}
23+
24+
li::before {
25+
content: "▹ ";
26+
color: #80CBC4;
27+
font-size: 1.2em;
28+
}
29+
1330
a {
1431
color: #80CBC4;
1532
text-decoration: none;
1633
}
34+
1735
a:hover {
1836
text-decoration: underline;
1937
}
38+
39+
li a {
40+
cursor: crosshair;
41+
}
2042
</style>
2143
</head>
2244
<body>
2345
<h1>LimberDuck Data</h1>
24-
<p><a href="announcements.json">View announcements.json</a></p>
46+
<ul>
47+
<li><a href="announcements.json">announcements.json</a></li>
48+
</ul>
2549
</body>
2650
</html>

0 commit comments

Comments
 (0)