-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresults.html
36 lines (29 loc) · 892 Bytes
/
results.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<script src="jquery-3.3.1.min.js"></script>
<title>Results</title>
</head>
<body>
<div class="wrapper">
<nav>
Your Insurance Should Cost
</nav>
</div>
<div id="landing">
<div id="results-Box">
<h2 id="results-text"></h2>
</div>
<div class="comment">
<h2 class="comment-text">If You Are Paying Anything Over This, You Should Change Your Provider</h2>
</div>
</div>
<script src="main.js"></script>
<script src="result.js"></script>
</body>
</html>