-
Notifications
You must be signed in to change notification settings - Fork 0
/
apply.html
61 lines (27 loc) · 1.12 KB
/
apply.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=0.1"> <meta charset="UTF-8" />
<link rel="stylesheet" href="CrazyChickensCSS.css">
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="Big.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
html, body {
height: 100%;
}
</style>
<body class="noselect">
<ul>
<li><a href="#ComingSoon......">Soon</a></li>
<li><a href="#ComingSoon......">Coming </a></li>
<li><a href="Services.html">Services </a></li>
<li><a href="https://www.crazy-chickens.com/">Home</a></li>
<!-- Add font awesome icons -->
<a href="https://twitter.com/CrazyChickens_" target="_blank" class="fa fa-twitter border"></a>
<a href="" class="fa discordicon border"></a>
</ul>
<div class="docs">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSc6_pNXBLER8Tm0sQchiWBwd-KtcJxw_9a5tYWzdCdevW7E9w/viewform?embedded=true" width="100%" height="1200px" frameborder="0" marginheight="0" marginwidth="0">Laden…</iframe>
</div>
</body>
</html>