blob: ccc6db89e2e87e5eeb737b2fc33875e90d7ee3d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!DOCTYPE html>
<html lang="en">
<head>
<title> The YES's Page </title>
<meta charset="UTF-8">
<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> The Mighty HTML Page. Ew JS </b> </div>
</header>
<div id="section-div" style="align-content: center;text-align: center;">
<canvas id="JSCanvas" width="512" height="512"></canvas>
</div>
<footer>
<p> This is a page for testing various things </p>
</footer>
<script src="/scripts/test.js"></script>
</body>
</html>
|