diff options
author | kmeister <kris@aliencom.net> | 2017-04-13 18:32:00 -0400 |
---|---|---|
committer | kmeister <kris@aliencom.net> | 2017-04-13 18:32:00 -0400 |
commit | 9840fc2341f125f64a6089366197ca9012a9026f (patch) | |
tree | 991d793c31ab49655ce258629a6b52f07c8fc2b8 /examples/docker/web/public/index.html | |
parent | c77e28d30ee407b073bd71f12951571b8fe63959 (diff) |
[docker-exampe] moved into examples repo https://github.com/ponzu-cms/examples
Diffstat (limited to 'examples/docker/web/public/index.html')
-rw-r--r-- | examples/docker/web/public/index.html | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/examples/docker/web/public/index.html b/examples/docker/web/public/index.html deleted file mode 100644 index 62f89dd..0000000 --- a/examples/docker/web/public/index.html +++ /dev/null @@ -1,34 +0,0 @@ -<!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> |