-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (43 loc) · 1.9 KB
/
Copy pathindex.html
File metadata and controls
54 lines (43 loc) · 1.9 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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The Internet High 5 Machine Blog - Home</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
</head>
<body>
<div id="header">
<div id="logo">
<h1><a href="./">The Internet High 5 Machine Blog!</a></h1>
</div>
<div id="navigation">
<a href="https://high5.cool/">High5 Website</a>
<a href="./archive.html">Archive</a>
<small><a href="./atom.xml">Atom Feed</a></small>
</div>
</div>
<div id="content">
<h2>Home</h2>
This is the official blog of the Internet High 5 Machine!
<h2>Recent posts</h2>
<ul>
<li>
<a href="./posts/2017-05-12-your-first-internet-high-5-with-the-uarm.html">Your first Internet High 5 with the uArm Swift!</a> - May 12, 2017
</li>
</ul>
<p>…or you can find more in the <a href="./archive.html">archives</a>.
<br style="clear: both;" />
</div>
<div id="footer">
<small>Site built with <a href="http://jaspervdj.be/hakyll">Hakyll</a> (<a href="https://github.com/internet-high-five-machine/internet-high-five-machine.github.io">source</a>).
</small>
</div>
<div id="image_footer">
<center>
<a href="https://high5.cool"><img src="./images/logo_500.png" /></a>
</center>
</div>
</body>
</html>