mirror of
https://github.com/caddyserver/website.git
synced 2025-06-15 18:54:49 -04:00
8 lines
376 B
HTML
8 lines
376 B
HTML
{{define "account-head"}}
|
|
{{import "/includes/head.html"}}
|
|
{{template "head"}}
|
|
<link rel="stylesheet" href="/resources/css/account/common.css{{template "cacheBust"}}">
|
|
<script src="/resources/js/jquery-3.4.1.min.js"></script>
|
|
<script src="/resources/js/sweetalert.min.js"></script>
|
|
<script src="/resources/js/account/common.js{{template "cacheBust"}}"></script>
|
|
{{end}}
|