diff options
Diffstat (limited to 'ext/legal.html')
-rw-r--r-- | ext/legal.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/legal.html b/ext/legal.html index bc58ed5a..effcbc35 100644 --- a/ext/legal.html +++ b/ext/legal.html @@ -14,6 +14,7 @@ <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128"> <link rel="stylesheet" type="text/css" href="/css/material.css"> <link rel="stylesheet" type="text/css" href="/css/settings.css"> + <script src="/js/pages/generic-page-main.js" type="module"></script> </head> <body> @@ -90,9 +91,6 @@ and are used in conformance with the Group's <a href="https://www.edrdg.org/edrd </div> </div> - <!-- Scripts --> - <script src="/js/pages/generic-page-main.js" type="module"></script> - </body> </html> |