-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (69 loc) · 1.87 KB
/
Copy pathindex.html
File metadata and controls
83 lines (69 loc) · 1.87 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
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<title>fierymewtwo</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Exo">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script async src="https://tally.so/widgets/embed.js"></script>
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Exo", sans-serif, monospace;
color: #333;
}
/* Style the header */
.header {
background-color: #f1f1f1;
padding: 20px;
text-align: center;
}
/* Style the top navigation bar */
.topnav {
overflow: hidden;
background-color: #333;
}
/* Style the topnav links */
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Change color on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
.button {
border-radius: 4px;
font-family: "Ubuntu", monospace, sans-serif;
background-color: #333;
padding: 5px 12px;
color: linen;
}
</style>
</head>
<body>
<div class="topnav">
<a href="https://fierymewtwo.github.io/games/">Games</a>
<a href="https://fierymewtwo.github.io/fusee/">Fusee</a>
<a href="https://fierymewtwo.github.io/kiwiirc">Kiwi IRC</a>
<a href="https://fierymewtwo.github.io/matrix/">Matrix</a>
<a href="https://fierymewtwo-githubpages-content.42web.io/forums/">FluxBB Forums</a>
<a href="https://fierymewtwo-githubpages-content.42web.io/blog/">Blog</a>
</div>
<div class="header"
<h1>I have a lot of new content! Check it out!
<p>Have an app you want to see here? Click the button below!</p>
<break>
<button class="button button" id="button" data-tally-open="wakNym" data-tally-layout="modal" data-tally-width="450" data-tally-hide-title="1" data-tally-overlay="1">App Request</button>
</break>
</body>
</html>