From f34af63d2218dd28a12c52ac2bc589c4a5550bc4 Mon Sep 17 00:00:00 2001 From: Agent Zero Date: Wed, 18 Feb 2026 11:21:10 +0000 Subject: [PATCH] Initial commit: Basic website --- index.html | 1 + style.css | 1 + 2 files changed, 2 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..ef2b8e3 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +\n\n\n \n \n My Basic Website\n \n\n\n
\n

Welcome to My Basic Website!

\n
\n
\n

This is a simple website created by Agent Zero.

\n

Feel free to explore!

\n
\n \n\n diff --git a/style.css b/style.css new file mode 100644 index 0000000..675fc61 --- /dev/null +++ b/style.css @@ -0,0 +1 @@ +body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; }\nheader { background-color: #333; color: #fff; padding: 1em 0; text-align: center; }\nmain { padding: 20px; text-align: center; }\nfooter { background-color: #333; color: #fff; text-align: center; padding: 1em 0; position: fixed; bottom: 0; width: 100%; }