mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-06-07 18:59:50 -07:00
added title to template.html and 404.html
This commit is contained in:
3
404.html
3
404.html
@ -1,8 +1,8 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
|
<title>404 Not Found</title>
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--foreground: #ffffff;
|
--foreground: #ffffff;
|
||||||
@ -50,5 +50,4 @@
|
|||||||
<h1>404</h1>
|
<h1>404</h1>
|
||||||
<h3>Page Not Found</h3>
|
<h3>Page Not Found</h3>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<link rel="stylesheet" type="text/css" href="style.css" />
|
<link rel="stylesheet" type="text/css" href="style.css" />
|
||||||
|
<title>bunbun.dev</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user