-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (22 loc) · 926 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<h1>foldp</h1>
A blog by John Kelly: <a href="https://twitter.com/johndashkelly">twitter</a> | <a href="https://github.com/john-kelly/">github</a>
</header>
<main>
<ul>
<li><a href="/pokedex">Pokedex built with elm-prefab</a> and <a href="https://github.com/john-kelly/elm-pokedex">here's the code...</a></li>
<li><a href="/blog/elm-url.html">Understanding elm/url, Part 1</a></li>
<li><a href="/blog/elm-postgrest.html">A Remote Data Request API: john-kelly/elm-postgrest</a></li>
</ul>
</main>
</body>
</html>