-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (24 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The web site of 4chanmotes</title>
<!-- The style.css file allows you to change the look of your web pages.
If you include the next line in all your web pages, they will all share the same look.
This makes it easier to make new pages for your site. -->
<!--link href="/style.css" rel="stylesheet" type="text/css" media="all"-->
</head>
<body>
<h1>The web site of 4chanmotes!</h1>
<h3>How to install</h3>
<ol>
<li>Install a userscript manager like <a href="https://violentmonkey.github.io/get-it/">violentmonkey</a></li>
<li>Click to <a href="4chanmotes.user.js">## Install ##</a></li>
<li>???</li>
<li>Have fun!</li>
</ol>
<p>All available emotes can be seen <a href="emotes/">## here ##</a></p>
<p>github link: <a href="https://github.com/4chanmotes/4chanmotes.github.io">4chanmotes/4chanmotes.github.io</a></p>
</body>
</html>