A mirror of my website's source code.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 index.html

View raw Download
text/html • 563 B
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>