-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
3 lines (3 loc) · 1.42 KB
/
index.html
1
2
3
<!doctype html><html><head> <meta charset="utf-8"> <title>moraine</title> <meta name="description" content=""> <meta name=viewport content="width=device-width, initial-scale=1"> <meta name="mobile-web-app-capable" content="yes"> <link rel="stylesheet" href="/moraine/semantic.min.css" /><link rel="stylesheet" href="/moraine/style.css" /><link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic" /></head><body> <div class="ui inverted red segment"> <div id="navigation" class="ui inverted red menu"> <a href="index.html" class="item"> moraine </a> <div class="right menu"> <a href="about.html" class="item"> about </a> <a href="docs.html" class="item"> docs </a> <a href="contribute.html" class="item"> contribute </a> </div> </div> <div id="masthead" class="ui inverted red center aligned segment"> <h1>moraine</h1> <h2>a witty description, need to write it</h2> <a href="about.html" class="ui inverted button">Learn More</a> <a href="http://www.github.com/ivorypenguin/moraine" class="ui button"><i class="github alternate icon"></i> Github</a> </div> </div> <div class="ui page grid"> <div class="four wide column"> </div> <div class="twelve wide column"> <h1 id="some-heading">Some heading</h1>
<p>talk talk talk.</p>
</div> </div> <div class="ui page grid"> <div class="ui divider"></div> <div class="sixteen wide column"> ©2015 Ivory Penguin, LLC. </div> </div> </body></html>