first working version

This commit is contained in:
ston1th 2018-09-14 00:14:49 +02:00
commit 85f93bae69
32 changed files with 863 additions and 571 deletions

16
templates/pageShare.html Normal file
View file

@ -0,0 +1,16 @@
{{define "body"}}
<div class="page-header">
<div class="row">
<div class="col-xs-4 col-xs-offset-4">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">Share {{.Data}}</h3>
</div>
<div class="panel-body text-center">
<a href="/view/{{.Key}}">Share Link</a>
</div>
</div>
</div>
</div>
</div>
{{end}}