Compare commits
10 commits
main
...
static-pag
Author | SHA1 | Date | |
---|---|---|---|
![]() |
20ffd3796d | ||
![]() |
d98d6d2c8b | ||
53ff34d5e2 | |||
be0acd3cd2 | |||
c46ba4de84 | |||
f7cc6feb58 | |||
e913d900a3 | |||
8922e28dd9 | |||
16688ddf36 | |||
af93fe7301 |
5 changed files with 35 additions and 5 deletions
1
.well-known/atproto-did
Normal file
1
.well-known/atproto-did
Normal file
|
@ -0,0 +1 @@
|
|||
did:plc:n45wkpavh2hnywcx75qyc6y4
|
1
.well-known/discord
Normal file
1
.well-known/discord
Normal file
|
@ -0,0 +1 @@
|
|||
dh=a1a200e6d35c8a81c3072766ca3b4674d76cc585
|
BIN
assets/redpanda.jpg
Normal file
BIN
assets/redpanda.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
18
index.html
18
index.html
File diff suppressed because one or more lines are too long
18
style.css
Normal file
18
style.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.text-section h1 {
|
||||
font-size: 48px;
|
||||
color: #333;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.image-section img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: 10px auto 0;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
|
||||
}
|
Loading…
Add table
Reference in a new issue