Rewrite main with blaze

master
rnhmjoj 2015-05-09 22:23:51 +02:00
parent f6483b34ec
commit cd478b74fe
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>breve: url shortener</title>
<meta name="description" content="url shortener">
<meta name="keywords" content="url, shortener">
<meta name="author" content="Michele Guerini Rocco">
<meta charset="utf-8">
<link rel=stylesheet href="main.css" type="text/css">
<link rel="apple-touch-icon" href="icon-big.png">
<link rel="icon" type="image/png" href="/icon-medium.png" sizes="96x96">
<link rel="icon" type="image/png" href="/icon-small.png" sizes="16x16">
<script src="https://cdn.rawgit.com/LeaVerou/prefixfree/gh-pages/prefixfree.min.js"></script>
</head>
<body>
<header>
<h1><a href="/">BREVE</a></h1>
<h2>a url shortener</h2>
</header>
<div id="center">$yield$</div>
<footer>
breve is open <a href="https://github.com/rnhmjoj/breve">source</a>
<span>© Rnhmjoj</span>
</footer>
</body>
</html>