Update index.html

This commit is contained in:
Sophia Atkinson 2021-10-11 22:22:50 -07:00 committed by GitHub
parent 8b69718bd8
commit 0fdf7bfd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,8 @@
<meta content="Sophia Atkinson" property="og:title"> <meta content="Sophia Atkinson" property="og:title">
<meta content="https://sophia.ml" property="og:url"> <meta content="https://sophia.ml" property="og:url">
<meta content="The Personal Site Of Sophia Atkinson" property="og:description"> <meta content="The Personal Site Of Sophia Atkinson" property="og:description">
<meta content="https://sophia.ml/images/logo.gif" property="og:image"> <meta content="https://sophia.ml/images/logo.webp" property="og:image">
<!------------------------>
<!------------------------>
<script <script
src="https://code.jquery.com/jquery-3.3.1.js" src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
@ -32,14 +31,13 @@ $(function(){
<div id="footer"></div> <div id="footer"></div>
<!------------------------> <!------------------------>
</head> </head>
<body class="is-preload"> <body class="is-preload">
<!-- Header --> <!-- Header -->
<header id="header"> <header id="header">
<div class="inner"> <div class="inner">
<a href="/" class="image avatar"><img src="https://sophia.ml/images/logo.gif" alt="" /></a> <a href="/" class="image avatar"><img src="/images/logo.webp" alt="" /></a>
<h1><strong>I am Sophia, Developer, Computer & Server Enthusiast</strong><br /> <h1><strong>I am Sophia, Developer, Computer & Server Enthusiast</strong><br />
</div> </div>
</header> </header>