-
Notifications
You must be signed in to change notification settings - Fork 0
/
feedback.html
46 lines (41 loc) · 1.87 KB
/
feedback.html
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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-R1ZCLH6XCR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-R1ZCLH6XCR');
</script>
<link rel="stylesheet" href="styles.css">
<title>Feedback & Suggestions</title>
<meta property="og:description" content="We do got games on our phone." />
<meta name="description" content="We do got games on our phone." />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body onload="startTime()">
<div class="menubar">
<div class="topnav">
<a href="index.html">Games</a>
<a href="retro.html">Retro</a>
<a href="flash.html">Flash</a>
<a class="active" href="Desmos.html">Desmos</a>
<div class="topnav-right">
<a class="active" href="feedback.html"><img src="feedback.png" alt="Description for image" width="15" height="15"></a>
<a href="info.html"><img src="info.png" alt="Description for image" width="15" height="15"></a>
<a id="txt"></a>
</div>
</div>
</div>
<script src="JS/clock.js"></script>
<h1 class="text-center">Feedback & Suggestions</h1>
<p class="text-center">If you notice any problems with the site or have any games</p>
<p class="text-center">you would like to suggest, here is you place to do that!</p>
<p class="text-important">Make sure to check all 3 games pages before suggesting</p>
<p class="text-important">For example many people ask for run 3 when it is already in flash</p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdcbu3MG25rBC3HCfd0uHLGsfq2nJwt5GTy-31jeTpJ9QZ8Jg/viewform?embedded=true" width="800" height="600" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</body>
</html>