3d-interface/templates/body.html

16 lines
539 B
HTML
Raw Normal View History

2015-04-12 21:13:41 +02:00
<body>
<header>
<h1 id="title">Welcome ! <img src='/img/python-powered.svg' alt='Python powered' width=80/></h1>
</header>
2015-04-11 17:08:43 +02:00
<nav>
<ul>
<li><a href="/">Index</a></li>
<li><a href="/bouncing/">Bouncing cube</a></li>
<li><a href="/multisphere/">Multi-sphere</a></li>
2015-04-12 21:13:41 +02:00
<li><a href="/prototype/">Prototype</a></li>
2015-04-11 17:08:43 +02:00
<li><a href="/stream/">Streaming simulator</a></li>
</ul>
</nav>
2015-04-12 21:13:41 +02:00
#
</body>