mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:45:16 +03:00
404 styling
This commit is contained in:
parent
90cb3a7911
commit
f2b29fd071
10
404.html
10
404.html
|
@ -1,8 +1,14 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>tea</title>
|
<meta name="viewport" content="width=device-width">
|
||||||
<link href="/index.css" rel="stylesheet" />
|
<title>tea > 404</title>
|
||||||
|
<link rel="apple-touch-icon-precomposed" href="/favicon-180.png">
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400&family=Playfair+Display:wght@900&display=swap" rel="stylesheet">
|
||||||
|
<link href="/index.css" rel="stylesheet">
|
||||||
|
<link href="/mobile.css" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
body, html {
|
body, html {
|
||||||
background-color: var(--light-grey);
|
background-color: var(--light-grey);
|
||||||
|
|
Loading…
Reference in a new issue