Add files via upload

This commit is contained in:
Sophia Atkinson 2021-10-16 21:27:59 -07:00 committed by GitHub
parent 9bf7dc48ac
commit 64ebc4921f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 70 additions and 0 deletions

70
news/sirtom/index.html Normal file
View File

@ -0,0 +1,70 @@
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Sophia Atkinson</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/assets/css/main.css" />
<meta content="Sophia Atkinson" property="og:title">
<meta content="https://sophia.wtf" property="og:url">
<meta content="The Personal Site Of Sophia Atkinson" property="og:description">
<meta content="https://sophia.wtf/images/logo.webp" property="og:image">
<!------------------------>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<script>
$(function(){
$("#footer").load("/sync/footer.html");
});
</script>
</head>
<body>
<!--Remaining section-->
<div id="footer"></div>
<!------------------------>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="/" class="image avatar"><img src="/images/logo.webp" alt="" /></a>
<h1><strong>I am Sophia, Developer, Computer & Server Enthusiast</strong><br />
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>I am not SirTom93<br />
</h2>
</header>
<h2><a href="/">Home</a></h2>
<h3>10/16/2021</h3>
<h3>TL;DR: Saw sirtom93.com was available and bought it.</h3>
<h3>I am in no way affiliated with SirTom93. Nor am I SirTom93. I am just the current domain holder. I watched a video by WavyWebSurf on Youtube. I am very into owning domains that have or will have high traffic. That's why when I saw sirtom93.com was unclaimed. I bought it. If you are sirtom93 and you want to have it back please contact me.</h3>
<ul class="actions">
</ul>
</section>
<!-- Scripts -->
<script src="/assets/js/jquery.min.js"></script>
<script src="/assets/js/jquery.poptrox.min.js"></script>
<script src="/assets/js/browser.min.js"></script>
<script src="/assets/js/breakpoints.min.js"></script>
<script src="/assets/js/util.js"></script>
<script src="/assets/js/main.js"></script>
</body>
</html>