-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstuff.html
21 lines (18 loc) · 1.23 KB
/
stuff.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<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 target="_top" href="https://www.jspaint.app">GO</a></li>
<li>Neocities free websites - <a target="_top" href="https://www.neocities.org">GO</a></li>
</ul>
<h2>Bookmarklets</h2>
<a href="javascript:(function()%7Bs%3Ddocument.createElement('style')%0At%3Ddocument.createTextNode(%60%0A%40keyframes%20drift%20%7B%0A%20%20%090%25%20%7Btransform%3A%20rotate(0deg)%3B%7D%0A%0925%25%20%7Btransform%3A%20rotate(90deg)%3B%7D%0A%0950%25%20%7Btransform%3A%20rotate(180deg)%3B%7D%0A%0975%25%20%7Btransform%3A%20rotate(270deg)%3B%7D%0A%09100%25%20%7Btransform%3A%20rotate(360deg)%3B%7D%0A%7D%0A%0Abody%20%7B%0Atop%3A25vh%3B%0Aanimation-timing-function%3A%20linear%3B%0A%20%20animation-name%3A%20drift%3B%0A%20%20animation-duration%3A%200.5s%3B%0A%20%20animation-iteration-count%3A%20infinite%3B%0A%7D%0A%60)%0As.appendChild(t)%0Adocument.body.appendChild(s)%7D)()%3B">Tokyo drift</a>
</div>
</body>
</html>