diff options
| author | UltraQbik <no1skill@yandex.ru> | 2024-08-24 21:29:15 +0300 |
|---|---|---|
| committer | UltraQbik <no1skill@yandex.ru> | 2024-08-24 21:29:15 +0300 |
| commit | 869f67e1e367b0c25b443af6e4753c2b290bcfcc (patch) | |
| tree | 168d8eab38971e82cc5e94d2e8cad2c950640cb0 /www/projects.html | |
| parent | 6fc286392d71e7e1351b5ffcf4e265c3ca475f01 (diff) | |
| download | httpy-869f67e1e367b0c25b443af6e4753c2b290bcfcc.tar.gz httpy-869f67e1e367b0c25b443af6e4753c2b290bcfcc.zip | |
Add project page
Diffstat (limited to 'www/projects.html')
| -rw-r--r-- | www/projects.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/projects.html b/www/projects.html new file mode 100644 index 0000000..e6c51c0 --- /dev/null +++ b/www/projects.html @@ -0,0 +1,22 @@ +<!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"> <button onclick="window.location.href='/'" style="font-size: 20px">sh%t go back</button> </div> + <div style="margin: auto; width: fit-content;"> <b> Projects Of The Mighty HTML Page </b> </div> + </header> + <div id="section-div"> + <section> + <h1 style="padding-bottom: 10px"> Ray Tracing in Scratch </h1> + <img src="images/scratch_rtx_0.png" alt="Scratch RTX" width="500px"> <img src="images/scratch_rtx_1.png" alt="Scratch RTX" width="500px"> + </section> + </div> + <footer> + <p> I still have not a single bit of idea of what shall be put here </p> + </footer> +</body> +</html> |