fix: Google SEO, we're at 100% now

https://pagespeed.web.dev/analysis/https-www-patate-dev/8vutlin5kc\?form_factor\=desktop
This commit is contained in:
2024-04-22 15:00:08 +02:00
parent cff24f6856
commit 3485265d08
7 changed files with 18 additions and 21 deletions

View File

@@ -1,21 +1,22 @@
<html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="description" content="The blog of a french programmer."/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>~Blog of a French coder~</title>
<link rel="stylesheet" type="text/css" href="/css/styles.css"/>
</head>
<body>
<div class="header">
<a href="/">
<a href="/"><img alt="Spike" src="/images/spike.jpg" id="spike"></a>
<a href="/" aria-label="patate.dev">
<a href="/" aria-label="patate.dev"><img alt="Spike" src="/images/spike.jpg" id="spike" width="125.583" height="95.6833"></a>
</a>
<div class="menu">
<a> </a>
<a href="/pages/blog.html"> the blog</a>
<a href="//github.com/ALittlePatate">github</a>
<a href="/pgp/key.txt">pgp key</a>
<p></p>
<a href="/pages/blog.html" aria-label="the blog"> the blog</a>
<a href="//github.com/ALittlePatate" aria-label="github">github</a>
<a href="/pgp/key.txt" aria-label="pgp key">pgp key</a>
</div>
</div>
</body>
</html>