diff --git a/website/about.html b/website/about.html
new file mode 100644
index 0000000..fa0256d
--- /dev/null
+++ b/website/about.html
@@ -0,0 +1,23 @@
+
+
+
+
+ Codestin Search App
+
+
+
+
+
+ This site was generated by an AI assistant as an example.
+
+
+
+
diff --git a/website/index.html b/website/index.html
new file mode 100644
index 0000000..753df3c
--- /dev/null
+++ b/website/index.html
@@ -0,0 +1,23 @@
+
+
+
+
+ Codestin Search App
+
+
+
+
+
+ This is a simple static website built for demonstration.
+
+
+
+
diff --git a/website/style.css b/website/style.css
new file mode 100644
index 0000000..0928f7c
--- /dev/null
+++ b/website/style.css
@@ -0,0 +1,28 @@
+body {
+ font-family: Arial, sans-serif;
+ margin: 0;
+ padding: 0;
+ line-height: 1.6;
+}
+
+header {
+ background: #333;
+ color: #fff;
+ padding: 10px 20px;
+}
+
+nav a {
+ color: #fff;
+ margin-right: 10px;
+ text-decoration: none;
+}
+
+main {
+ padding: 20px;
+}
+
+footer {
+ text-align: center;
+ background: #f4f4f4;
+ padding: 10px 20px;
+}