-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
53 lines (51 loc) · 1.8 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JOEYNATICS</title>
<link rel="icon" type="image/png" href="logo.png">
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="test.js"></script>
<div class="banner">
<div class="navbar">
<img src="logo.png" class="logo">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="model.html">Model</a></li>
<li><a href="https://web.facebook.com/angkoljoker"
target="_blank">Memes</a></li>
<li><a href="members.html">Members</a></li>
<li><a href="#">Support</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</nav>
<div class="menu-icon" onclick="toggleMenu()">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
</div>
<div class="content">
<h1>JOEYNATICS</h1>
<h3>JOEY LANG MALAKAS</h3>
<p>Welcome to the Joeynatics Hub: <br>Where Handsomeness Meets Hilarity! </p>
<div>
<a href="https://web.facebook.com/Gwapojapunko"
target="_blank">
<button class="button1"><span></span>Facebook Page</button>
</a>
<a href="https://discord.gg/FyQfkAwV"
target="_blank">
<button class="button2"><span></span>Discord</button>
</a>
</div>
</div>
</div>
<!--wow-->
<script src="test.js"></script>
</body>
</html>