Update not_found.html

This commit is contained in:
Victor Westerlund 2020-12-14 08:56:35 +01:00
parent b9ffba4f71
commit f64eb2cb64

View file

@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Full-stack web developer from Stockholm, Sweden."> <meta name="description" content="Full-stack web developer from Stockholm, Sweden.">
<meta name="theme-color" content="#ffffff"> <meta name="theme-color" content="#ffffff">
<link href="assets/img/favicon.png" rel="icon"> <link href="/assets/img/favicon.png" rel="icon">
<link href="assets/css/style.css" rel="stylesheet"> <link href="/assets/css/style.css" rel="stylesheet">
<title>Page Not Found - Victor Westerlund</title> <title>Page Not Found - Victor Westerlund</title>
<style> <style>
#content { #content {
@ -63,9 +63,9 @@
<h2>idk..</h2> <h2>idk..</h2>
</div> </div>
<picture> <picture>
<source srcset="assets/img/where.webp" type="image/webp"> <source srcset="/assets/img/where.webp" type="image/webp">
<source srcset="assets/img/where.gif" type="image/gif"> <source srcset="/assets/img/where.gif" type="image/gif">
<img srcset="assets/img/where.png" type="image/png"/> <img srcset="/assets/img/where.png" type="image/png"/>
</picture> </picture>
</body> </body>
</html> </html>