-
Notifications
You must be signed in to change notification settings - Fork 0
/
stuff.html
49 lines (39 loc) · 1.04 KB
/
stuff.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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="content.css">
</head>
<body>
<div style="width: 100%;margin: auto;text-align: center;">
<h2>Cool sites</h2>
<ul>
<li>MS Paint Online - <a href="https://www.jspaint.app">GO</a></li>
<li>Neocities free websites - <a href="https://www.neocities.org">GO</a></li>
</ul>
<h2>Ascii copy and paste</h2>
<p>
Drama going down:
🍿🤏😮
Turtle astronomy:
🔭🐢
Leave:
😀👉🚪
w h a t?:
😮🕶🤏
</p>
<tt>
┌───────────────┐
│♜♞♝♛♚♝♞♜│
│♟♟♟♟♟♟♟♟│
│ │
│ │
│ │
│ │
│♙♙♙♙♙♙♙♙│
│♖♘♗♕♔♗♘♖│
└───────────────┘
</tt>
</div>
</body>
</html>