-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
23 lines (23 loc) · 1.3 KB
/
404.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>
<!-- Sets the encoding of the document --><meta charset='UTF-8'>
<!-- Sets the title of the tab --><title> IU · Homepage </title>
<!-- Imports my CSS --><link rel='stylesheet' href='index.css'>
<!-- Imports my 1st choice of custom font --><link rel='stylesheet' font-display="swap" href='https://fonts.googleapis.com/css?family=Comfortaa'>
<!-- Imports my 2nd choice of custom font --><link rel='stylesheet' font-display="swap" href='https://fonts.googleapis.com/css2?family=Poppins'>
<!-- The default background for my websites --><script src='/Global Media/Dynamic Background.js' async></script>
<!-- Blocks users from viewing in portrait mode --><script src='/Global Media/121 User Block.js' async></script>
</head>
<body>
<div class="positioningDiv" id="positioningDiv">
<span class="greetingText" id="greetingText"></span>
<span class="redirectDialogue" id="redirectDialogue"> 'Ya sure you're in the right place? Here, try one of these. </span>
<div class="borderDiv" class="borderDiv"></div>
<div class="siteSelector" id="siteSelector">
<div class="pullTab" id="pullTab"></div>
</div>
</div>
</body>
<!-- Imports my JavaScript --><script src='index.js'></script>
</html>