-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
28 lines (25 loc) · 1.09 KB
/
contact.html
File metadata and controls
28 lines (25 loc) · 1.09 KB
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
26
27
28
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E098DDV3QV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E098DDV3QV');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Contact Form</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
</head>
<body>
<img id="userPhoto" src="./TanokaStudio_LogoWhite.png" alt="User Photo">
<a id="userName">Contact Form</a>
<a class="link" href="./index.html">Home</a>
<label id="userName"> If form not showing correctly, click <a id="hyperlink" href="https://us6.list-manage.com/contact-form?u=6505849bf49bcaff2db5a5ffb&form_id=37e1a22a93c143bdd2259bd8341f0f61">here </a> </label>
</body>
<iframe id="contactForm" src="https://us6.list-manage.com/contact-form?u=6505849bf49bcaff2db5a5ffb&form_id=37e1a22a93c143bdd2259bd8341f0f61">
</iframe>