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%; }