-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (26 loc) · 794 Bytes
/
index.html
File metadata and controls
30 lines (26 loc) · 794 Bytes
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
<html>
<head>
<link rel="icon" href="favicon.svg">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
</head>
<body>
<main class="container">
<div class="grid">
<div><img src="favicon.svg" /></div>
<div>
<h3>Browser world experiments.<h3>
<ul>
<li>github <a href='https://github.com/bwowsersource'>https://github.com/bwowsersource</a></li>
<li>Related sites
<ul>
<li><a href='https://services.bwowser.com/'>services.bwowser.com</a></li>
<li><a href='http://www.splitsome.com/'>splitsome.com</a></li>
</uil>
</li>
</ul>
2
</div>
</div>
</main>
</body>
</html>