-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfeedback.html
19 lines (19 loc) · 987 Bytes
/
feedback.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Feedback - Phoner</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/thumbnail.png" type="image/png" />
</head>
<body style="overflow: hidden;">
<nav>
<a href="home.html" title="Home" aria-label="Home">Home</a>
<a href="articles.html" title="Articles" aria-label="Articles">Articles</a>
<a href="specs.html" title="Specs" aria-label="Specs">Specs</a>
<a href="about.html" title="About" aria-label="About">About</a>
<a href="feedback.html" class="active" title="Feedback" aria-label="Feedback">Feedback</a>
</nav>
<iframe src="https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAANAAfw8fV9UNFRGQ1JKUk9aU1dZU1A0TlVCUzdTN1c5MS4u&embed=true" style="border: none; width: 100%; height: 100vh; margin: 0px;" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen></iframe>
</body>
</html>