epc-qr-code/root/error.html

14 lines
354 B
HTML
Raw Normal View History

<!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>