website/views/index.hbs

9 lines
338 B
Handlebars
Raw Normal View History

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