alpha
Login
or
Join now
oyster.cafe
/
shitpost
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Shitposting
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Initial commit
author
Lewis
date
3 months ago
(Mar 13, 2026, 10:35 AM +0200)
commit
68c21faf
68c21faf3ea3e18ab56abada9a864ea8890c2b43
change-id
yzwrunwz
yzwrunwzpvsmytorkrvvqpnuxrzytlsu
+25
1 changed file
Expand all
Collapse all
Unified
Split
index.html
+25
index.html
Reviewed
···
1
1
+
<!DOCTYPE html>
2
2
+
<html lang="en">
3
3
+
<head>
4
4
+
<meta charset="UTF-8">
5
5
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
+
<title>Welcome to Lewis</title>
7
7
+
<style>
8
8
+
body {
9
9
+
margin: 0;
10
10
+
display: flex;
11
11
+
justify-content: center;
12
12
+
align-items: center;
13
13
+
min-height: 100vh;
14
14
+
background: #000;
15
15
+
}
16
16
+
img {
17
17
+
max-width: 100%;
18
18
+
max-height: 100vh;
19
19
+
}
20
20
+
</style>
21
21
+
</head>
22
22
+
<body>
23
23
+
<img src="https://wizardry.systems/shitpost.png" alt="shitpost">
24
24
+
</body>
25
25
+
</html>