-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathcontactus.html
More file actions
37 lines (32 loc) · 1.25 KB
/
contactus.html
File metadata and controls
37 lines (32 loc) · 1.25 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
29
30
31
32
33
34
35
36
37
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124591787-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124591787-1');
</script>
<script src="//inc.freefind.com/inc/ffse-overlay.min.js" async></script>
<title>Contact Us at FLASHMATH1.github.io</title>
<meta charset="utf-8">
<meta name="Description" CONTENT="Contact Form for FLASHMATH1.github.io">
<meta name="google-site-verification" content="SUOhYrHR417hC2DHTgJY21VGtumjqjT9bQjqeQUTreA" />
<meta name='url' content='http://flashmath1.github.io/contactus.html'>
<meta name='owner' content='I. Beverly'>
<meta name='language' content='ES'>
<meta name='author' content='I. Beverly, isc.bev@gmail.com'>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="navbar"></div>
<div class="main">
<iframe src="formcontact.html" width="670" height="420" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
<script>
$("#navbar").load("nav_bar.html");
</script>
</body>
</html>