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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user