-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (19 loc) · 808 Bytes
/
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
<!doctype html>
<html lang="en-US">
<head>
<script src="./js/components.js"></script>
<script>loadHead()</script>
</head>
<body>
<script>loadHeader("Home");</script>
<p>
Welcome to the personal website of <del>that handsome guy up there</del> Cornelis de Mooij.
To see the other pages, please click the links at the top of the page.
</p>
<p>Here are some testimonials:</p>
<q>Oh, he is so smart. Such a nice boy. Would you like some biscuits dear?</q> - My dear mother.<p/>
<q>I don't want to give a quote for your website. Are you typing right now?</q> - My helpful girlfriend.<p/>
<q>The problem with quotes found on the internet is that they are often not true.</q> - Abraham Lincoln.<p/>
<script>loadYCLink();</script>
</body>
</html>