-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
30 lines (26 loc) · 894 Bytes
/
features.html
File metadata and controls
30 lines (26 loc) · 894 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap" rel="stylesheet">
<link rel="icon" href="https://cdn.discordapp.com/avatars/809496186905165834/7dbf02cb782c7111b817f329cac0257a.webp">
<style>
.h:hover {
background-color: #596aa7;
}
</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Weky Features</title>
<link href="css/stylesheet.css" rel="stylesheet">
</head>
<body>
<div class="myDiv">
<h3 id="ftext2">Help Menu</h3>
<img src="assets/help.png" alt="Help">
<h3 id="ftext3">RPG</h3>
<img src="assets/rpg.png" alt="RPG">
<h2 id="back"><a id="back" href="index.html">Go Back (click me)</a></h2>
</div>
</body>
</html>