blob: 744b658e6a440875ec87fa78d044af8700d1d3d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!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.webp" alt="Scratch RTX" width="500px">
<img src="images/scratch_rtx_1.webp" 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>
|