-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyfavs.html
More file actions
37 lines (35 loc) · 1.67 KB
/
myfavs.html
File metadata and controls
37 lines (35 loc) · 1.67 KB
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
<html>
<head>
<title>Corey's Favorite Things</title>
<link rel="stylesheet" href="style.css" />
<!-- Credit to realfavicongenerator.net for the below -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="manifest" href="manifest.json" />
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<center><h1>Some Of My Favorite Things</h1></center>
<center>
<ol type="1">
<li>The color <font color="#00AA00">green!</font></li>
<li>The <a href="https://en.wikipedia.org/wiki/Crash_Bandicoot">Crash Bandicoot</a> series of games; I'm so happy it's getting remade for PS4!</li>
<li>Sprite animations, which you can find on <a href="https://www.youtube.com/SSJ7G">my youtube channel!</a> </li>
<li>Programming, which I also used to make this page.</li>
<li>Dragon Ball, in general, really.</li>
<li>Playing Yu-Gi-Oh! with people that are willing!</li>
<li>Gaming; it's what got me into this field in the first place!</li>
<li>Passing the time by watching youtube videos.</li>
<li>Having my Computer Science degree!</li>
<li>Tacos.</li>
</ol>
</center>
<center><h1>Now, here's a picture of Goku for no reason at all!</h1></center>
<a href="http://dragonball.wikia.com/wiki/Super_Saiyan_Blue">
<img src="img/ssjbluegoku.png" alt="Super Saiyan Blue Goku"> </img>
</a>
<center><p>Click <a href="index.html">here</a> to go back to the main page.</p></center>
</body>
</html>