-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuttons.html
More file actions
32 lines (32 loc) · 1.34 KB
/
buttons.html
File metadata and controls
32 lines (32 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>buttons! - numycode.dev</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="style.css">
<!-- link rel="icon" href="favicon.png" -->
</head>
<body>
<div class="content">
<h1>Buttons!</h1>
<hr>
<nav>
<a href="javascript:history.back()">Back</a> - <a href="./index.html">Homepage</a>
</nav>
<p>Here are some cool buttons I've found and some webrings this site is in! Webrings first, then buttons.</p>
<iframe
class="hackclub-webring"
src="https://webring.hackclub.com/embed.html"
width="150"
height="50"
></iframe>
<!-- a href="https://tamanotchi.world/33667c"><img src="https://tamanotchi.world/i/33667" alt="It's tamaNOTchi! Click to feed!"></a -->
<a href="https://status.cafe" target="_blank"><img src="https://status.cafe/assets/button.png" alt="Status Cafe"/></a>
<a href="https://melonking.net/" target="_blank"><img src="images/MELON-BADGE-OLD.gif" alt="Melonking"></a>
<a href="http://textures.neocities.org/"><img src="images/MELON-TEXTURES.gif" alt="Textures"></a>
<a href="https://tamanotchi.world" target="_blank"><img src="/images/TAMANOTCHI.gif" alt="TamaNOTchi"></a>
<hr>
</div>
</body>
</html>