diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-22 03:54:40 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-22 03:54:40 +0300 |
| commit | 4f741ce90cd857aba53de06047b9221fa27b0c61 (patch) | |
| tree | 3bc3bcac6b65bc3ca3df4f0228bd5be9f0b27af1 /www/test.html | |
| parent | c6c3f47b04a7ccf301c76cdd8ab21bee9209be30 (diff) | |
| download | httpy-4f741ce90cd857aba53de06047b9221fa27b0c61.tar.gz httpy-4f741ce90cd857aba53de06047b9221fa27b0c61.zip | |
Fix broken centering add testing page
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> |