Shitposting
0
fork

Configure Feed

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

Initial commit

Lewis 68c21faf

+25
+25
index.html
··· 1 + <!DOCTYPE html> 2 + <html lang="en"> 3 + <head> 4 + <meta charset="UTF-8"> 5 + <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 + <title>Welcome to Lewis</title> 7 + <style> 8 + body { 9 + margin: 0; 10 + display: flex; 11 + justify-content: center; 12 + align-items: center; 13 + min-height: 100vh; 14 + background: #000; 15 + } 16 + img { 17 + max-width: 100%; 18 + max-height: 100vh; 19 + } 20 + </style> 21 + </head> 22 + <body> 23 + <img src="https://wizardry.systems/shitpost.png" alt="shitpost"> 24 + </body> 25 + </html>