-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathabout.html
More file actions
50 lines (48 loc) · 2 KB
/
about.html
File metadata and controls
50 lines (48 loc) · 2 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
38
39
40
41
42
43
44
45
46
47
48
49
50
<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>About at FLASHMATH1.github.io</title>
<meta charset="utf-8">
<meta name="Description" CONTENT="About Page For for FLASHMATH1.github.io">
<meta name="google-site-verification" content="SUOhYrHR417hC2DHTgJY21VGtumjqjT9bQjqeQUTreA" />
<meta name='url' content='http://flashmath1.github.io/about.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">
<center>
<h1>About</h1>
<p>
Welcome to Flashmath1, your number one source for the best flash and html5 games.<br>
We're dedicated to giving you the very best entertainment. Founded in 2018 by <br>
Isaac Beverly, Flashmath1 has come a long way from its beginnings as a small game<br>
collection for the owner. When Beverly first started out, providing the best web <br>
games for his friends, he developed a hobby in collecting and sharing his games <br>
for everyone on the web. We now serve players all over the world, and are <br>
thrilled to be a part of the free browser game wing of the gaming industry. We <br>
hope you enjoy our games as much as we enjoy offering them to you. If you have <br>
any questions or comments, please don't hesitate to contact us.<br>
<br>
Sincerely,<br>
Isaac Beverly, Founder
</p>
</center>
</div>
<script>
$("#navbar").load("nav_bar.html");
</script>
</body>
</html>