diff options
Diffstat (limited to 'www/test.html')
| -rw-r--r-- | www/test.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/test.html b/www/test.html new file mode 100644 index 0000000..9e37f1e --- /dev/null +++ b/www/test.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <title> The YES's Page </title> + <link rel="stylesheet" href="css/styles.css"> +</head> +<body> + <header> + <div style="float: left; font-size: 20px"> <button onclick="window.location.href='/';"> sh%t go back </button> </div> + <div style="margin: auto; width: fit-content;"> <b> The Mighty HTML Testing Page </b> </div> + </header> + <div id="section-div"> + <section> + + </section> + </div> + <footer> + <p> This is a page for testing various things </p> + </footer> +</body> +</html> |