index.html
HTML document, ASCII text
1
<!DOCTYPE html>
2
<html lang="en">
3
4
<head>
5
<meta charset="UTF-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<title>Steve0Greatness</title>
8
<style>
9
ref {
10
font-style: italic;
11
float: right;
12
}
13
</style>
14
</head>
15
16
<body>
17
<h1>Steve0Greatness' Website</h1>
18
<img src="ProfilePictureSpin.gif" width="50" alt="3D rotating cube of the cat from Stray">
19
<i>Made with <a href="https://www.3dgifmaker.com">3D Gif Maker</a></i>
20
<h2>Blog Posts</h2>
21
<ul></ul>
22
</body>
23
24
</html>