mirror of
https://github.com/hexahigh/portfolio.git
synced 2025-12-12 03:25:06 +01:00
test
This commit is contained in:
parent
143c375295
commit
1a47002eb2
@ -1,4 +1,4 @@
|
||||
const formbutton = document.getElementById("submitbutton");
|
||||
const formbutton = document.getElementById("Emailbutton");
|
||||
const emailformoverlay = document.getElementById("email-form-overlay");
|
||||
const emailformpopup = document.getElementById("email-form-popup");
|
||||
|
||||
|
||||
@ -136,6 +136,7 @@
|
||||
<input value="" name="usedvpn" id="usedvpn" type="hidden" required>
|
||||
<p style="font-size: 50%; color:#ffffff">When you submit this form you agree to the <a class="colorurl" href="privacy.html">Privacy Policy</a></p>
|
||||
<button id="submitbutton" type="submit">Send Message</button>
|
||||
<button id="Emailbutton">Test</button>
|
||||
</form>
|
||||
</div>
|
||||
<div id="email-form-overlay"></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user