-
Notifications
You must be signed in to change notification settings - Fork 0
/
juxt.html
35 lines (32 loc) · 1.28 KB
/
juxt.html
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
<!DOCTYPE html>
<html>
<header><!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/AudioStuff/css/main.css">
<title>Stan's Audio Stuff</title>
</header>
<head>
<center>
<link rel="icon" type="image/png" href="favicon/favicon.png">
<tbody>
<tr>
<td><a href = "https://sgolanka.github.io/AudioStuff/index.html">
<img src = "images/favicon_large.png"
style="width:50px;border-style:none;vertical-align:middle;">
</a></td>
<td><a href = "https://sgolanka.github.io/AudioStuff/classAB.html">Stereo Amplifier.</a></td>
<td><a href = "https://sgolanka.github.io/AudioStuff/BoxAmp.html">Bluetooth BoxAmp.</a></td>
<td><a href = "https://sgolanka.github.io/AudioStuff/os.html">Speakers.</a></td>
<td><a href = "https://sgolanka.github.io/AudioStuff/index.html">
<img src = "images/favicon_med_l.png"
style="width:50px;border-style:none;vertical-align:middle;">
</a></td>
</tr>
</tbody>
</center>
</head>
<body>
<div>
<iframe frameborder="0" class="juxtapose" width="100%" height="426" src="https://cdn.knightlab.com/libs/juxtapose/latest/embed/index.html?uid=3acece94-de0c-11e8-9dba-0edaf8f81e27"></iframe>
</div>
</body>
</html>