Alte Version abgeändert auf neue Datebank /-Struktur).
This commit is contained in:
21
public/erralert.html
Normal file
21
public/erralert.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
</head>
|
||||
<body>
|
||||
<div id='alert' style="font-family: 'arial';">
|
||||
<h1>Fehler</h1>
|
||||
|
||||
<p>
|
||||
Name oder Sensor-Nummer im Aufruf falsch.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Bitte gültigen Name oder gültige Sensornummer verwenden
|
||||
oder hier auf <strong>Übersicht</strong> klicken.
|
||||
</p>
|
||||
<a href="/" data-confirm="Übersicht"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user