1
0
mirror of https://github.com/taigrr/shorturl synced 2025-01-18 04:03:16 -08:00

Refactored. New UI Design

This commit is contained in:
2017-07-09 12:49:23 -07:00
parent d4b2e6eac8
commit 74c02644c5
12 changed files with 309 additions and 46 deletions

10
templates/view.html Normal file
View File

@@ -0,0 +1,10 @@
{{define "content"}}
<section class="container">
<div class="columns">
<div class="column">
<p>Your short url is: <a href="/r/{{.ID}}">{{.ID}}</a></p>
<code>{{.URL}}</code>
</div>
</div>
</section>
{{end}}