-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcontact.html
More file actions
67 lines (51 loc) · 2.8 KB
/
Copy pathcontact.html
File metadata and controls
67 lines (51 loc) · 2.8 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!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">
<title>Contact</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="index.html"><p class="blue">MW<span class="white">RandomClass</span></p></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="contact.html" target="_blank">Bug Report<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/UJGA/MWRandomClassGenerator/issues" target="_blank">Feature Request</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/UJGA/MWRandomClassGenerator" target="_blank">Github</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.youtube.com/presidentwifi" target="_blank">YouTube</a>
</li>
</ul>
</div>
</nav>
<!--NAV END -->
<br><br>
<div class="cognito">
<script src="https://www.cognitoforms.com/s/TZzjyZ1QPEai9S-xwHFIRQ"></script>
<script>Cognito.load("forms", { id: "1" });</script>
</div>
<div class="contactContent">
<!-- <iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeHHiYdAJ8IUlxXpxjbWQ86oLgy5CgdMMxxlP36PI1O1Nwagw/viewform?embedded=true" width="640" height="850" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> -->
<!-- <div class="cognito">
<script src="https://www.cognitoforms.com/s/TZzjyZ1QPEai9S-xwHFIRQ"></script>
<script>Cognito.load("forms", { id: "1" });</script>
</div> -->
<br><a class="homeBTN" href="index.html"><button class="btn btn-primary">Home</button></a>
</div>
</body>
</html>