added title to template.html and 404.html

This commit is contained in:
2024-11-01 15:07:16 -07:00
parent 607c6d605d
commit e5d6bc0298
2 changed files with 40 additions and 40 deletions

View File

@ -1,8 +1,8 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>404 Not Found</title>
<style>
:root {
--foreground: #ffffff;
@ -50,5 +50,4 @@
<h1>404</h1>
<h3>Page Not Found</h3>
</body>
</html>

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>bunbun.dev</title>
</head>
<body>