-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
61 lines (57 loc) · 1.81 KB
/
template.html
File metadata and controls
61 lines (57 loc) · 1.81 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sam's Workbench</title>
<meta property="og:title" content="Sam's workbench">
<link rel="stylesheet" href="https://bluntslapp.github.io/render.css">
<link rel="icon" type="image/png" href="https://bluntslapp.github.io/favicon.ico">
<body>
<center>
<img src="https://bluntslapp.github.io/res/title.png" alt="title" id="title">
</center>
<a href="https://github.com/BluntSlapp">
<img alt="githubpage" src="https://bluntslapp.github.io/res/github-corner.png" id="github">
</a>
<table border=3 width=1888px align="center">
<tr>
<td width=85% height=100% align="center">
<font color="#E19CCA" size="5">Template Page</font>
<th width=15% height=100% align='center'>
<font color='purple' size='6'>Quick Links</font>
<br>
<a href="https://bluntslapp.github.io/">
<font color="#E19CCA" size="5">Home</font>
<br>
<a href="https://bluntslapp.github.io/pages.html">
<font color="#E19CCA" size="5">Site Pages</font>
<br>
<a href="https://bluntslapp.github.io/pages/links.html">
<font color="#E19CCA" size="5">Links</font>
<br>
<br>
<font color='purple' size='5'>Architectures</font>
<br>
<a href="https://bluntslapp.github.io/pages/ppc.html">
<font color="#E19CCA" size="5">Apple PowerPC32/64
</a>
<br>
<a href="https://bluntslapp.github.io/pages/super-h.html">
<font color="#E19CCA" size="5">Super-H</font>
</a>
<br>
<a href="https://bluntslapp.github.io/pages/arm.html">
<font color="#E19CCA" size="5">Arm32/64</font>
</a>
<br>
<a href="https://bluntslapp.github.io/pages/mac68k.html">
<font color="#E19CCA" size="5">Macintosh 68k</font>
</a>
<br>
<a href="https://bluntslapp.github.io/pages/sunplus.html">
<font color="#E19CCA" size="5">SunPlus u'nSP</font>
</a>
</tr>
</table>
</body>
</html>