-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (36 loc) · 1.59 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="style.css" rel="stylesheet"></link>
<title>Paul "sjorv" Zhang's hideout</title>
</head>
<body>
<p>Hello! welcome to Paul 's personal website.</p>
<p>It's a bit less nauseating than before, but I still can't do web design. :(</p>
<p>Here's <span class='mono'>helo_fish.jpg</span>. <span class='mono'>helo_fish.jpg</span> sends her warmest greetings and wishes you the best of luck in your studies.<br/>
<audio id="helo" src="img/helo.ogg" preload="auto"></audio>
<span><center>
<a onclick="document.getElementById('helo').play();">
<img class="helo_fish" src="img/helo_fish.jpg" alt="helo_fish.jpg"/></p><br/>
</a>
</center></span>
<a href="quiz/index.html">fun quiz about myself!</a><br/>
<a href="cow.html">Exam ritual</a>. Results are not guaranteed.
<h3><b>A bit about myself.</b></h3>
<p>I like sushi juice. It goes well with math.</p></br>
<p><b>Email: pol</b>[email protected] (let me know of any issues!)</p>
<br/>
<br/>
<br/>
Stuff:
<h4><a href="CSC263 W2023/csc263w2023.html">CSC263 W2023 stuff</a></h4>
<h4><a href="CSC363 W2023/csc363w2023.html">CSC363 W2023 stuff</a></h4>
<br/>
Old stuff:
<h4><a href="old/MAT102 S2022/mat102s2022.html">MAT102 S2022 stuff</a></h4>
<h4><a href="old/MAT102 S2021/mat102s2021.html">MAT102 S2021 stuff</a></h4>
<h4><a href="old/CSC363 W2021/csc363w2021.html">CSC363 W2021 stuff</a></h4>
<h4><a href="old/MAT157 Y2021/mat157y2021.html">MAT157 Y2021 stuff</a></h4>
<h4><a href="old/CSC363 W2022/csc363w2022.html">CSC363 W2022 stuff</a></h4>
</body>
</html>