diff --git a/.well-known/atproto-did b/.well-known/atproto-did new file mode 100644 index 0000000..7003713 --- /dev/null +++ b/.well-known/atproto-did @@ -0,0 +1 @@ +did:plc:n45wkpavh2hnywcx75qyc6y4 \ No newline at end of file diff --git a/.well-known/discord b/.well-known/discord new file mode 100644 index 0000000..5faf9ae --- /dev/null +++ b/.well-known/discord @@ -0,0 +1 @@ +dh=a1a200e6d35c8a81c3072766ca3b4674d76cc585 \ No newline at end of file diff --git a/assets/redpanda.jpg b/assets/redpanda.jpg new file mode 100644 index 0000000..7f43a80 Binary files /dev/null and b/assets/redpanda.jpg differ diff --git a/index.html b/index.html index c608521..3aca37d 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,18 @@ - + + + + + Panda Panda Panda + + - -This is me if you care +
+
+

Hello

+
+
+ This is me if you care +
- - + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..69ab838 --- /dev/null +++ b/style.css @@ -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); +} \ No newline at end of file