blob: 62f89ddea163ef25efa9f1ecb168fa7abb3c64f5 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ponzu Docker Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/skeleton.css">
<link rel="stylesheet" href="/css/main.css">
<script src="/js/main.js"></script>
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<main class="container">
<div class="row">
<div class="one-half column">
<h1>Ponzu Docker Example</h1>
<p>The reviews are being served from the Ponzu admin. See this <a href="https://github.com/ponzu-cms/ponzu/tree/master/examples/docker">example project on github</a>.<p>
<section id='main'>
loading
</section>
</div>
</div>
</main>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>
|