regexper-static/template.html

53 lines
1.6 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2014-11-23 22:13:05 +00:00
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Regexper</title>
<meta name="description" content="Regular expression visualizer using railroad diagrams" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Bangers" />
2014-11-23 21:16:10 +00:00
<link rel="stylesheet" href="/css/main.css" />
</head>
<body>
2014-11-23 22:13:05 +00:00
<header>
<div class="logo">
<h1><a href="/">Regexper</a></h1>
<!-- n. One who regexpes -->
<span>You thought you only had two problems&hellip;</span>
</div>
<nav>
<!--<ul>
<li><a href="#">Example</a></li>
<li><a href="#">Example</a></li>
</ul>-->
<a class="source" href="https://github.com/javallone/regexper">
<img src="/images/GitHub-Mark-32px.png" />Source on GitHub
</a>
</nav>
2014-11-23 22:13:05 +00:00
</header>
<section id="content">
${contents}
</section>
<footer>
<ul class="inline-list">
<li>Created by <a href="mailto:jeff.avallone@gmail.com">Jeff Avallone</a></li>
<li>
Generated images licensed:
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by/3.0/80x15.png" /></a>
</li>
</ul>
</footer>
2014-11-23 22:00:01 +00:00
<script src="/js/main.js"></script>
</body>
</html>