-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmiscellaneous.html
More file actions
38 lines (36 loc) · 861 Bytes
/
miscellaneous.html
File metadata and controls
38 lines (36 loc) · 861 Bytes
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
<!doctype html>
<html>
<head>
<title>
Cramped
</title>
<base target="_blank">
<link rel="icon" href="images/favicon.ico">
<script src="https://epicenterprograms.github.io/standards/behavior/general.js"></script>
<script src="behavior.js"></script>
<script>
</script>
<link rel="stylesheet" href="https://epicenterprograms.github.io/standards/formatting/foundation.css">
<link rel="stylesheet" href="formatting.css">
<style>
</style>
</head>
<body>
<nav class="hidden-left-nav">
<iframe src="navigation.html"></iframe>
</nav>
<h1 class="main-title">
Random Cool Stuff
</h1>
<main>
<h2>
Picture I drew
</h2>
<img src="images/Drawing of my face.jpg" style="max-width:30%">
<h2>
YouTube takeover
</h2>
<img src="images/YouTube takeover.png" style="max-width:60%">
</main>
</body>
</html>