mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
74 lines
1.1 KiB
Text
74 lines
1.1 KiB
Text
|
|
<html>
|
|
|
|
<body bgcolor="#212127">
|
|
|
|
<head>
|
|
<title>No such file/folder</title>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
body {
|
|
font: normal 14px Verdana;
|
|
color: #999999;
|
|
}
|
|
|
|
td {
|
|
vertical-align: top
|
|
}
|
|
|
|
textarea {
|
|
font: normal 14px Verdana;
|
|
color: #999999;
|
|
background-color: #212127;
|
|
width: 100%;
|
|
height: 700;
|
|
}
|
|
|
|
a {
|
|
color: #9999ff;
|
|
}
|
|
.subtable {
|
|
border-collapse: collapse;
|
|
table-layout:fixed;
|
|
width:100%
|
|
}
|
|
.maintable {
|
|
border-collapse: collapse;
|
|
table-layout:fixed;
|
|
width:100%
|
|
padding:0; margin:0;
|
|
border: none !important;
|
|
}
|
|
tr {
|
|
line-height: 29px;
|
|
width:32%;
|
|
}
|
|
.butt {
|
|
background-color: #212127;
|
|
color: #999999;
|
|
cursor: pointer;
|
|
width: 100%;
|
|
border: none;
|
|
text-align: left;
|
|
outline: none;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.active,
|
|
.butt:hover {
|
|
background-color: #555;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<center>
|
|
<h1>
|
|
No such file / folder:
|
|
</br>
|
|
<%= missingFile %>
|
|
</br>
|
|
<a href="<%= "http://stuff.frylabs.net" %>" > Back to root </a>
|
|
</h1>
|
|
</center>
|
|
</body>
|
|
</html>
|