-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (30 loc) · 789 Bytes
/
index.html
File metadata and controls
47 lines (30 loc) · 789 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<heade>
<title>wolfha.github.io</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
html, body {
margin: 0px;
padding: 0px;
font-family: "Roboto", sans-serif;
}
</style>
</head>
<body>
<a href="https://github.com/wolfha"><img decoding="async" width="149" height="149" src="https://github.blog/wp-content/uploads/2008/12/forkme_left_darkblue_121621.png?resize=149%2C149" class="attachment-full size-full" alt="Fork me on GitHub" loading="lazy" data-recalc-dims="1"></a>
<div style="text-align: center">
<h1>Demo Pages</h1>
<div>
<a href="smallbox/">smallbox</a>
</div>
<br /><br />
<div>
<a href="lua-visnet/">lua-visnet</a>
</div>
<br /><br />
<div>
<a href="ricograph/">ricograph</a>
</div>
</div>
</body>
</html>