forked from aviriel/FOE-Tools.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.html
More file actions
25 lines (25 loc) · 782 Bytes
/
Copy pathapp.html
File metadata and controls
25 lines (25 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head>
{{ HEAD }}
<script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaInit&render=explicit" async defer></script>
</head>
<body {{ BODY_ATTRS }}>
<noscript>
<section>
<div class="modal is-active">
<div class="modal-background"></div>
<div class="modal-content">
<article class="message is-danger">
<div class="message-header">JavaScript as not activated</div>
<div class="message-body">
<div class="media">The site needs JavaScript to work. Thank you to activate it.</div>
</div>
</article>
</div>
</div>
</section>
</noscript>
{{ APP }}
</body>
</html>