yugen.work/views/index.hbs

9 lines
311 B
Handlebars
Raw Normal View History

2019-11-15 16:51:24 +00:00
<body>
<div class="center">
2019-11-16 21:04:54 +00:00
<h1 class="title"><i>{{link}}</i></h1>
<a data-port="#123456" class="portfolio" href="/portfolio">portfolio</a>
<a data-lore="#654321" class="lore" href="/lore">lore</a>
<a data-art="#294129" class="art" href="/art">art</a>
<div id="box"></div>
2019-11-15 16:51:24 +00:00
</div>
</body>