-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
96 lines (79 loc) · 4.4 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en-US" class="bg-base-200"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <meta name="viewport" content="width=device-width,user-scalable=no"> -->
<title>Vdb</title>
<link rel="stylesheet" href="/vdb/assets/css/app.css">
<script src="/vdb/assets/js/mobilecheck.js"></script>
</head><body class="flex flex-col h-[100vh]">
<div class="backdrop">
<div class="image" style="background: url( /vdb/assets/img/ashlands-art-3.jpg );"></div>
<div class="darken"></div>
</div>
<div data-tooltip-host class="tooltip-host">
<div data-tooltip-content class="tooltip-content z-10 bg-base-300 invisible">This is an empty tooltip</div>
</div>
<!-- <div class="header flex-grow-0 flex-shrink basis-0"></div> -->
<main id="main" class="container flex-auto mx-auto p-2 md:p-4 lg:p-12 xl:p-12">
<div class="card w-full p-7 pb-2 max-w-3xl mx-auto bg-black/10 bg-opacity-90 backdrop-blur text-base-content shadow-md">
<div class="dropdown dropdown-close"> <!-- dropdown-open -->
<div class="form-control">
<form role="search" data-search-form class="w-full hidden" action="#">
<input data-search-input type="search" name="Search" placeholder="Search..." class="search input input-bordered bg-black/20 w-full focus:outline-black/10 focus:outline-offset-0"
autocapitalize="off" autocomplete="off" autocorrect="off" autofocus="" spellcheck="false" value="" />
<button type="button" data-search-clear class="btn btn-sm absolute top-0 right-12 w-12 h-12 rounded-none border-none bg-transparent hover:bg-black">
<svg xmlns='http://www.w3.org/2000/svg' class='h-4 w-4' fill='none' viewBox='0 0 24 24' stroke='currentColor'><path stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 18L18 6M6 6l12 12' /></svg>
</button>
<button type="button" data-search-button class="btn btn-sm absolute top-0 right-0 w-12 h-12 border-none bg-base-200/30 hover:bg-black rounded-bl-none rounded-tl-none">
<svg alt="Search" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="#d6d1d4" style="transform: scale(1);"><path d="M16.32 14.9l5.39 5.4a1 1 0 0 1-1.42 1.4l-5.38-5.38a8 8 0 1 1 1.41-1.41zM10 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12z" /></svg>
</button>
</form>
</div></div>
<ul data-nav-list class="menu menu-horizontal pt-3 px-1 mx-auto -mt-6"><li><a data-nav="items" class="no-underline mx-1" href="/vdb/items">Items</a></li>
<li><a data-nav="pieces" class="no-underline mx-1" href="/vdb/pieces">Pieces</a></li>
<li><a data-nav="recipes" class="no-underline mx-1" href="/vdb/recipes">Recipes</a></li>
</ul>
</div>
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
<dialog data-tooltip-dialog class="modal modal-bottom sm:modal-middle">
<form data-tooltip-form method="dialog" class="modal-box rounded-sm bg-black/80 text-base-content">
<h3 class="font-bold text-lg">Hello!</h3>
<span class="loading loading-spinner loading-md cursor-progress"></span>
<p class="py-4">Press ESC key or click outside to close</p>
</form>
<form method="dialog" class="modal-backdrop">
<button>close</button>
</form>
</dialog>
</main>
<div class="footer flex-grow-0 flex-shrink basis-10 max-w-2xl w-full p-4 mx-auto"><footer class="footer footer-center max-w-2xl w-full p-4 mx-auto">
<div>
<p>Generated from Valheim's Bog Witch release v0.219.14. Spoilers ahead.</p>
</div>
<div>
<p>Valheim © Iron Gate Studios. Vdb was created with love under IronGate's <a class="underline" href="https://www.valheimgame.com/eula">Game Content Usage Guidelines</a> using assets from Valheim, and it is not endorsed by or affiliated with IronGate.</p>
</div>
</footer>
</div>
<script type="module" src="/vdb/assets/js/appbundle.js"></script>
</body>
</html>