-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinfo.htm
More file actions
65 lines (55 loc) · 2.59 KB
/
Copy pathinfo.htm
File metadata and controls
65 lines (55 loc) · 2.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WayLand Bot</title>
<link rel="stylesheet" href="/style.css">
<script src="/scripts.js"></script>
</head>
<body>
<nav class="NavBar">
<div class="navbar">
<img src="/Assets/Images/rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrFDrrrrrrr.png" alt="logo for PenguinDEV" id="title__img" class="title__img">
<a href="index.htm" id="navbar__logo">WayLand</a>
<div class="navbar__toggle" id="mobile-menu">
<span><div class="bar"></div></span>
<span><div class="bar"></div></span>
<span><div class="bar"></div></span>
</div>
<ul class="navbar__menu">
<li class="navbar__item">
<a href="index.htm" class="navbar__links">
Home</a>
</li>
<li class="navbar__item">
<a href="info.htm" class="navbar__links">
Info</a>
</li>
<li class="navbar__item">
<a href="announcements.htm" class="navbar__links">
Announcements 📣</a>
</li>
<li class="navbar__btn">
<a href= mailto: "ThePenguin@penguindev.ml" class="button">
Contact Support</a>
</li>
</nav>
<div class="main">
<div class="main__container">
<div class="main__content">
<h1>Wayland.</h1>
<h2>The bot for every one of your needs.</h2>
<p>Wayland is a discrd bot that is PACKED with features. It was make by SimplyMagix#0385 on Replit by forking many diffrent bots and then adding some things.
At first Wayland was called everest but then we realized that name was taken so The Penguin#1546 suggested the name WayLand and it was accepted.
After that The Penguin made a logo for WayLand and made this very website...... yes i did copypaste that <img src="https://cdn.discordapp.com/emojis/740844026139377694.webp?size=48">
</p>
</div>
<button onclick="homebutton()" class="main__btn">Go Home</button>
</div>
<div class="main__img--container">
</div>
</div>
</body>
</html>