magcms/example/build/index.html
2015-12-09 09:33:17 +01:00

46 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="static/css/style.css" media="screen,projection"/>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Example gallery</title>
</head>
<body>
<div class="gallery-header">
<img id="logo" src="static/img/logo.svg" />
<h1>Example gallery</h1>
<hr>
</div>
<div class="galleries-grid">
<div class="galleries-line covers-1">
<!-- comment tricks against space between inline-block
--><div class="gallery-square">
<a href="first_gallery/index.html">
<div class="gallery-title">
<h2>my first gallery</h2>
<h3>some subtitle</h3>
<div class="gallery-datetime">08 December 2015</div>
</div>
</a>
<div class="gallery-cover" style="background-image: url('first_gallery/stuff.png');"></div>
</div><!-- comment tricks against space between inline-block
-->
</div>
</div>
<p style="visibility: hidden">.</p>
<footer>
<p>Generate using <a href="https://github.com/psycojoker/prosopopee">Prosopopée</a> · content under <a href="CC-BY-SA">CC-BY-SA</a></p>
</footer>
</body>
</html>