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

Add copy to clipboard button via clipboard.js

This commit is contained in:
2017-07-15 14:13:02 -07:00
parent eff8559ff8
commit 97e7b7fcf5
5 changed files with 55 additions and 1 deletions

View File

@@ -4,7 +4,9 @@
<head>
<link rel="stylesheet" href="/css/spectre-icons.min.css">
<link rel="stylesheet" href="/css/spectre.min.css">
{{ template "stylesheets" . }}
<meta name="viewport" content="width=device-width, initial-scale=1" />
{{ template "css" . }}
<title>ShortURL</title>
</head>
<body>
@@ -18,5 +20,9 @@
{{template "content" .}}
</section>
</body>
{{ template "scripts" . }}
</html>
{{end}}
{{ define "css" }}{{ end }}
{{ define "scripts" }}{{ end }}
{{ define "stylesheets" }}{{ end }}