Website/base.html
Jérôme Loï 1691c59fb0 first draft
2014-09-17 22:11:20 +02:00

58 lines
1.8 KiB
HTML

<html lang="en">
<head>
<meta charset="utf-8">
<title>SquatConf.386</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Squatconf webSite">
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div class="span3 ">
<ul class="nav nav-list ">
<li><a href="#"><i class="icon-chevron-right"></i> SquatConf</a></li>
<li><a href="#"><i class="icon-chevron-right"></i> Code</a></li>
<li><a href="#"><i class="icon-chevron-right"></i> Tables</a></li>
</ul>
</div>
<!-- content -->
<div class="span9">
<div class="page-header">
<pre><small>
.d8888b. 888 .d888
d88P Y88b 888 d88P"
Y88b. 888 888
"Y888b. .d88888888 888 8888b. 888888 .d8888b .d88b. 88888b. 888888
"Y88b.d88" 888888 888 "88b888 d88P" d88""88b888 "88b888
"888888 888888 888.d888888888 888 888 888888 888888
Y88b d88PY88b 888Y88b 888888 888Y88b. Y88b. Y88..88P888 888888
"Y8888P" "Y88888 "Y88888"Y888888 "Y888 "Y8888P "Y88P" 888 888888
888
888
888
</small><br>
</pre>
</div>
%s
</div>
</div>
</div>
<!-- Footer
================================================== -->
<footer class="footer">
<div class="container">
some info, maybe ? ;)
</div>
</footer>
</body></html>