neue Datei: root/css/global.css
neue Datei: root/error.html neue Datei: root/favicon.ico neue Datei: root/index.html neue Datei: root/message.html neue Datei: root/qrcode.html neue Datei: root/settings.html
This commit is contained in:
14
root/error.html
Normal file
14
root/error.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>webInventory | Fehler</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="site-container">
|
||||
<h1 class="heading">webInventory</h1>
|
||||
<label class="site-heading">{{ message }}</label><br>
|
||||
<a class="button" href="{{ path }}">OK</a>
|
||||
</div>
|
||||
</body>
|
Reference in New Issue
Block a user