Skip to content

Commit 41fa825

Browse files
committed
some 'content'
1 parent cf10cfb commit 41fa825

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

index.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<html>
4+
5+
<head>
6+
<title>ADBond public page</title>
7+
<style>
8+
body {
9+
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
10+
}
11+
</style>
12+
</head>
13+
14+
<body>
15+
<h1>Placeholder</h1>
16+
<p>There is nothing of interest here.</p>
17+
<ul>
18+
<li>Nothing.</li>
19+
<li>tra.</li>
20+
<li>la.</li>
21+
<li>la.</li>
22+
</ul>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)