index.html
HTML document, ASCII text, with very long lines (390)
1<!DOCTYPE html> 2<html lang="en-us" prefix="og: https://ogp.me/ns# article: http://ogp.me/ns/article# profile: https://ogp.me/ns/profile#"> 3 4<head> 5 6 7<meta charset="UTF-8" /> 8<meta name="viewport" content="width=device-width, initial-scale=1.0" /> 9<title>Homepage - S0G</title> 10<link rel="stylesheet" href="/src/global.css" /> 11<meta property="og:locale" content="en_US" /> 12<meta property="og:site_name" content="Steve0Greatness" /> 13<meta property="og:image" content="/OG-Image.png" /> 14 15<meta property="og:title" content="Index" /> 16<meta property="og:type" content="website" /> 17<meta property="og:url" content="https://steve0greatness.github.io/" /> 18 19</head> 20 21<body> 22<header> 23<h2><a href="/"><img src="/SteveLogo.webp" height="35" width="215" alt="Steve0Greatness" /></a></h2> 24<nav> 25<a href="/blog">Blog</a> 26<a href="/list/link-tree.html">Link Tree</a> 27</nav> 28</header> 29 30<main> 31<h1>Steve0Greatness</h1> 32<p>Hey there! I'm <i>Steve0Greatness</i>(<a href="/blog/name.html">About my username</a>). Welcome to my website!</p> 33<p>I'm a <i>human being</i> with an interest in full-stack web-dev. I'm also a proponent for <dfn id="floss"><abbr title="Free/Libre Open Source Software">FLOSS</abbr></dfn>. Despite this, I have a really bad hoarding problem, specifically for accounts on random websites I visit once every 5 years; because of this, I have a list of these: <a href="/list/link-tree.html">link tree</a>.</p> 34</main> 35<footer> 36<div class="footer-link-list-holder" role="group"> 37<span aria-hidden="true" id="footer-label-site-details" class="footer-link-list-label">Site Meta</span> 38<ol class="footer-link-list" aria-labelledby="footer-label-site-details"> 39<li><a href="/list/website-sources-mirrors.html">Source Code and Mirrors</a></li> 40<li><a href="https://steve0greatness.github.io/extras">Extras</a></li> 41</ol> 42</div> 43<div class="footer-link-list-holder" role="group"> 44<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span> 45<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts"> 46<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li> 47<li><a href="https://youtube.com/@s0g">YouTube</a></li> 48<li><a href="/list/link-tree.html">More...</a></li> 49</ol> 50</div> 51</footer> 52</body> 53 54</html>