Skip to content

Commit 546d2c9

Browse files
committed
first cut of index.html with milligram
1 parent 3a707ec commit 546d2c9

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<html lang=en>
2+
<head>
3+
<meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<meta name="author" content="Harry Percival and Bob Gregory">
6+
<meta name="description" content="">
7+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic">
8+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css">
9+
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/milligram/1.3.0/milligram.css">
10+
</head>
11+
<body>
12+
<main class="wrapper">
13+
14+
<nav class="navigation">
15+
<section class="container">
16+
<a class="navigation-title" href="https://cosmicpython.com">
17+
<h1 class="title">Cosmic Python</h1>
18+
</a>
19+
</section>
20+
</nav>
21+
22+
<section class="container" id="examples">
23+
<h1 class="title">Cosmic Python</h1>
24+
<p>Simple patterns for building complex applications</p>
25+
26+
<ul>
27+
28+
<li><a href="/posts/2017-09-07-introducing-command-handler.html">Introduction to Command Handler</a></li>
29+
</ul>
30+
</section>
31+
32+
</main>
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)