diff options
| author | moderndevslulw <moderndevslulw@alright.party> | 2025-07-04 17:55:31 +0500 |
|---|---|---|
| committer | moderndevslulw <moderndevslulw@alright.party> | 2025-07-04 17:55:31 +0500 |
| commit | 0ea64157c85156c4a3404fd11c6fb687f5eb613d (patch) | |
| tree | 25681b52c7488e749797c71a77ab3a356ef0e297 /public/index.php | |
initial commit
Diffstat (limited to 'public/index.php')
| -rw-r--r-- | public/index.php | 16 |
1 files changed, 16 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 |
