added search page

This commit is contained in:
Mystikfluu
2022-06-07 09:16:17 +02:00
parent 2632d8c133
commit e6617fecc5
11 changed files with 201 additions and 129 deletions
+12
View File
@@ -0,0 +1,12 @@
* {
font-family: Arial, Helvetica, sans-serif;
}
body {
background-color: black;
color: black;
}
.form_div {
text-align: center;
}