summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormoderndevslulw <moderndevslulw@alright.party>2025-07-04 17:55:31 +0500
committermoderndevslulw <moderndevslulw@alright.party>2025-07-04 17:55:31 +0500
commit0ea64157c85156c4a3404fd11c6fb687f5eb613d (patch)
tree25681b52c7488e749797c71a77ab3a356ef0e297 /public
initial commit
Diffstat (limited to 'public')
-rw-r--r--public/index.php16
-rw-r--r--public/static/style.css4
2 files changed, 20 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
new file mode 100644
index 0000000..ca7f117
--- /dev/null
+++ b/public/index.php
@@ -0,0 +1,16 @@
+<html>
+
+<head>
+ <title>The Tinybot Project</title>
+ <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+ <link rel="stylesheet" href="/static/style.css">
+ <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
+</head>
+
+<body>
+ <main>
+ <h1>test</h1>
+ </main>
+</body>
+
+</html> \ No newline at end of file
diff --git a/public/static/style.css b/public/static/style.css
new file mode 100644
index 0000000..a068d89
--- /dev/null
+++ b/public/static/style.css
@@ -0,0 +1,4 @@
+* {
+ padding: 0;
+ margin: 0;
+} \ No newline at end of file