Update index.html

This commit is contained in:
2021-10-11 22:19:08 -07:00
committed by GitHub
parent baee015892
commit 0866f65fa6

View File

@ -13,7 +13,7 @@
<meta content="Sophia Atkinson" property="og:title">
<meta content="https://sophia.ml" property="og:url">
<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
src="https://code.jquery.com/jquery-3.3.1.js"
@ -37,7 +37,7 @@ $(function(){
<!-- Header -->
<header id="header">
<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 />
</div>
</header>