mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
fix?
This commit is contained in:
parent
c416dc5dff
commit
f487de7d60
@ -1,4 +1,4 @@
|
||||
const formbutton = document.getElementById("Emailbutton");
|
||||
const formbutton = document.getElementById("submitbutton");
|
||||
const emailformoverlay = document.getElementById("email-form-overlay");
|
||||
const emailformpopup = document.getElementById("email-form-popup");
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
<link rel="stylesheet" href="data/style/offline-theme-dark.css">
|
||||
<link rel="stylesheet" href="data/style/offline-language-english.css">
|
||||
<script src="index.js" defer></script>
|
||||
<script src="data/js/contact.js"></script>
|
||||
<script src="data/js/contact.js" defer></script>
|
||||
<script src="index-allpage.js" defer></script>
|
||||
<script src="https://hexahigh.github.io/cdn/js/min/offline.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user