Skip to content

Commit fcfda14

Browse files
committed
Added index.html
1 parent 3499ffd commit fcfda14

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

site/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
body {
2+
background-color: #ede7f6;
3+
font-family: sans-serif;
4+
}
15
:not(.waited) .after_wait {
26
display: none
37
}

site/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6+
<title>Scuttle Shell Browser Extension</title>
7+
<link rel="stylesheet" href="./index.css">
8+
</head>
9+
10+
<body>
11+
<h1>Scuttle Shell Browser Extension</h1>
12+
<p>
13+
The following are example pages that retrieve data from Secure Scuttlebutt if the add-on is installed.
14+
</p>
15+
<ul><li><a href="./page00.html">page00.html</a></li>
16+
<li><a href="./page01.html">page01.html</a></li>
17+
<li><a href="./page02.html">page02.html</a></li>
18+
<li><a href="./page03.html">page03.html</a></li>
19+
<li><a href="./page04.html">page04.html</a></li>
20+
<li><a href="./page05.html">page05.html</a></li>
21+
</ul>
22+
</body>
23+
24+
</html>

0 commit comments

Comments
 (0)