Files
map/index.html
Michael Murtaugh 452930be5d more moving around
2019-06-13 11:56:47 +02:00

43 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>école de recherche graphique</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div id="page">
<svg id="svg"></svg>
<pre id="debug"></pre>
<div id="bottompane">
<div id="bottompage">
<div id="menubar">
<span id="menu"><img src="img/symhamburger.png"></span>
<input id="searchinput" type="input" placeholder="école de recherche graphique" />
<label for="searchinput" id="search"><img src="img/symsearch.png"></label>
<img src="img/symup.png" />
</div>
<div id="wikiframediv">
<iframe id="wikiframe" src="/mw"></iframe>
</div>
</div>
</div>
<div id="cats" class="expanded">
<div class="ocontents">
<div class="contents">
<div class="head">Liste des catégories</div>
<div class="body"></div>
<div class="foot"><input id="allcats" type="checkbox"><label for="allcats">Afficher tous</label></div>
<hr>
<div class="history"><input id="history" type="checkbox"><label for="history">Histoire</div>
</div>
</div>
<div class="botright"><div class="thumb"></div></div>
</div>
</body>
<script src="dist/custom_scroller_menu.js"></script>
<script type="text/javascript" src="dist/app.js"></script>
<script src="dist/index.js"></script>
</html>