diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-18 03:01:46 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-18 03:01:46 +0300 |
commit | 37c250d538893ff8178bd9c9e4dde225a991ce76 (patch) | |
tree | 379350cdfe47d3691fef9c8c5ef91acddfba36d3 /templates/includes/layout.gohtml | |
parent | 6f31f35c7b38fbf63d7a0c9322458e0b75828495 (diff) |
pevent access from messengers
Diffstat (limited to 'templates/includes/layout.gohtml')
-rw-r--r-- | templates/includes/layout.gohtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/includes/layout.gohtml b/templates/includes/layout.gohtml index adebd99..03cf430 100644 --- a/templates/includes/layout.gohtml +++ b/templates/includes/layout.gohtml @@ -8,6 +8,7 @@ <title>SendSafe</title> <link rel="stylesheet" href="/css/index.css" /> <script src="https://unpkg.com/turbolinks/dist/turbolinks.js" crossorigin="anonymous"></script> + <script src="https://unpkg.com/htmx.org@1.3.1" crossorigin="anonymous"></script> </head> <body> |