This repository has been archived on 2023-08-15. You can view files and clone it, but cannot push or open issues or pull requests.
website/support/index.html

74 lines
2.4 KiB
HTML

<!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>Support<br />
</h2>
</header>
<h2><a href="/">Home</a></h2>
<h3>Domains owned by me are under the same security</h3>
<h3>TLS Versions</h3>
<h3>All Domains Use TLS 1.3. <a href="https://caniuse.com/?search=tls%201.3">See Supported Browsers Here.</a></h3>
<h3>I Don't Support TLS 1.0, 1.1, Or 1.2. As They Are Outdated.</h3>
<h3>Image Formats</h3>
<h3>Home page images use <a href="https://caniuse.com/?search=WebP">WebP</a>, Background stuff is normally JPG.</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>