-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew.html
44 lines (34 loc) · 1.01 KB
/
new.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>hi, how's it going?</title>
<script src="./js/q5.min.js"></script>
<script src="./js/sketch.js" defer></script>
<script src="./js/scripts.js"></script>
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<header class="header">
<h1>kerus.org</h1>
</header>
<main class="main" id="main">
<section class="intro">
<h2>hello, please give me a job</h2>
<p>you should give me a jobby job.</p>
</section>
<section class="info">
<h2>info</h2>
<p>hey check out how cool i am</p>
</section>
<section class="extra">
<h2>the hidden section</h2>
<p>the fun idea goes down here</p>
</section>
</main>
<footer class="footer">
<p>© 2024 somethin somethin</p>
</footer>
</body>
</html>