this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

favicon, twitter icon

alice 425c14af 0ca6ccf0

+22 -13
bottom.png

This is a binary file and will not be displayed.

+22 -13
index.html
··· 1 - <html> 2 - <head> 3 - <title>iveble</title> 4 - <script type="module" src="main.js"></script> 5 - </head> 6 - <body> 7 - <div id="container"> 8 - <div id="content"></div><a id="tweetit" href="#">tweet it</a> 9 - <button id="newplsuwu">can i have a new one? 🥺</button> 10 - <div id="footer">created by <a href="https://twitter.com/__justplaying">alice</a>, inspired by <a href="https://twitter.com/thingskatedid/status/1435166036475604994">@thingskatedid's tweet</a>. i am sorry.</div> 11 - </div> 12 - </body> 13 - </html> 1 + <!DOCTYPE html> 2 + <html lang="en"> 3 + <head> 4 + <meta charset="utf-8" /> 5 + <title>iveble</title> 6 + <script type="module" src="main.js"></script> 7 + <link rel="icon" type="image/png" href="https://iveble.art/bottom.png" /> 8 + <link rel="shortcut icon" type="image/png" href="https://iveble.art/bottom.png" /> 9 + <link rel="apple-touch-icon" type="image/png" href="https://iveble.art/bottom.png" /> 10 + </head> 11 + <body> 12 + <div id="container"> 13 + <div id="content"></div> 14 + <a id="tweetit" href="#">tweet it</a> 15 + <button id="newplsuwu">can i have a new one? 🥺</button> 16 + <div id="footer"> 17 + created by <a href="https://twitter.com/__justplaying">alice</a>, inspired by 18 + <a href="https://twitter.com/thingskatedid/status/1435166036475604994">@thingskatedid's tweet</a>. i am sorry. 19 + </div> 20 + </div> 21 + </body> 22 + </html>
twitter.png

This is a binary file and will not be displayed.