mirror of
https://codeberg.org/bunbun/bunbun.dev
synced 2025-06-07 05:19:50 -07:00
Compare commits
2 Commits
55733a27e9
...
e5d6bc0298
Author | SHA1 | Date | |
---|---|---|---|
e5d6bc0298 | |||
607c6d605d |
13
404.html
13
404.html
@ -1,8 +1,8 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>404 Not Found</title>
|
||||
<style>
|
||||
:root {
|
||||
--foreground: #ffffff;
|
||||
@ -44,11 +44,10 @@
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<h1>404</h1>
|
||||
<h3>Page Not Found</h3>
|
||||
</body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,9 +1,10 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user