geändert: .gitignore

geändert:       root/error.html
	geändert:       root/index.html
	geändert:       root/message.html
	geändert:       root/qrcode.html
	geändert:       root/settings.html
This commit is contained in:
Deine Mudda 2022-11-13 01:13:57 +01:00
parent 4c133cbdd3
commit 1f7bb49a0f
6 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,2 @@
*.png
config.json config.json
webEPC.log webEPC.log

View File

@ -3,6 +3,7 @@
<head> <head>
<title>webInventory | Fehler</title> <title>webInventory | Fehler</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/global.css"> <link rel="stylesheet" href="/css/global.css">
</head> </head>
<body> <body>

View File

@ -3,6 +3,7 @@
<head> <head>
<title>Preis eingeben</title> <title>Preis eingeben</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/global.css"> <link rel="stylesheet" href="./css/global.css">
</head> </head>
<body> <body>

View File

@ -3,6 +3,7 @@
<head> <head>
<title>Meldung</title> <title>Meldung</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/global.css"> <link rel="stylesheet" href="/css/global.css">
<meta http-equiv='refresh' content='3; url=/'> <meta http-equiv='refresh' content='3; url=/'>
</head> </head>

View File

@ -3,6 +3,7 @@
<head> <head>
<title>QR-Code</title> <title>QR-Code</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/global.css"> <link rel="stylesheet" href="./css/global.css">
</head> </head>
<body> <body>

View File

@ -3,6 +3,7 @@
<head> <head>
<title>Einstellungen</title> <title>Einstellungen</title>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/global.css"> <link rel="stylesheet" href="./css/global.css">
</head> </head>
<body> <body>