-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.45 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 1.45 KB
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
<!DOCTYPE html>
<title>Si+</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<nav class="nav">
<a class="nav-link" href="http://keim.github.io"><i class="fas fa-home"></i></a></li>
<a class="nav-link" href="https://github.com/keim"><i class="fab fa-github"></i></a></li>
</nav>
<h1>Si+ Labo</h1>
<div class="list-group">
<div class="list-group-item">
<h3><a href="./freeware/applications.html">Applications</a></h3>
<p><small>Utility Freewares for windows</small></p>
</div>
<div class="list-group-item">
<h3><a href="./freeware/games.html">Games</a></h3>
<p><small>Free Games for windows</small></p>
</div>
<div class="list-group-item">
<h3><a href="./SiON/">Music</a></h3>
<p><small>Something related to software synth "SiON"</small></p>
</div>
<div class="list-group-item">
<h3><a href="./wonderfl/">Flash</a></h3>
<p><small>Archives of Flash Applications posted to Wonderfl</small></p>
</div>
<div class="list-group-item">
<h3><a href="https://www.shadertoy.com/user/keim">Shaders</a></h3>
<p><small>My page on Shadertoy</small></p>
</div>
</div>