index.html
HTML document, ASCII text
1<!DOCTYPE html> 2<html lang="en-us" prefix="og: https://ogp.me/ns#"> 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' Site"/> 13 14<meta property="og:title" content="Index" /> 15<meta property="og:url" content="https://steve0greatness.github.io/" /> 16 17</head> 18 19<body> 20<header> 21<h2><a href="/">Steve0Greatness</a></h2> 22<nav> 23<a href="/blog">Blog</a> 24<a href="/link-tree.html">Link Tree</a> 25</nav> 26</header> 27 28<main> 29<h1>Steve0Greatness</h1> 30<p>Hey there! I'm <i>Steve0Greatness</i>, and this is my website.</p> 31</main> 32<footer role="group"> 33<div class="footer-link-list-holder"> 34<span aria-hidden="true" id="footer-label-site-details" class="footer-link-list-label">Site Meta</span> 35<ol class="footer-link-list" aria-labelledby="footer-label-site-details"> 36<li><a href="https://github.com/Steve0Greatness/steve0greatness.github.io">Github Repository</a></li> 37<li><a href="https://steve0greatness.github.io/extras">Extras Archive</a></li> 38</ol> 39</div> 40<div class="footer-link-list-holder"> 41<span aria-hidden="true" id="footer-label-social-accounts" class="footer-link-list-label">Social Accounts</span> 42<ol class="footer-link-list" aria-labelledby="footer-label-social-accounts"> 43<li><a href="https://mastodon.social/@S0G" rel="me">Mastodon</a></li> 44<li><a href="https://youtube.com/@s0g">YouTube</a></li> 45<li><a href="/link-tree.html">More...</a></li> 46</ol> 47</div> 48</footer> 49</body> 50 51</html>