Fix template files to valid UTF-8 for Flask/Jinja loading
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
const msg = document.getElementById('connectMsg');
|
const msg = document.getElementById('connectMsg');
|
||||||
|
|
||||||
if (!ssid) {
|
if (!ssid) {
|
||||||
msg.textContent = 'Bitte SSID wählen.';
|
msg.textContent = 'Bitte SSID wählen.';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<main class="container">
|
<main class="container">
|
||||||
<h1>ESP32 Serial Live</h1>
|
<h1>ESP32 Serial Live</h1>
|
||||||
<p><a href="/">Zurück zum WLAN-Portal</a></p>
|
<p><a href="/">Zurück zum WLAN-Portal</a></p>
|
||||||
<pre id="terminal" class="terminal"></pre>
|
<pre id="terminal" class="terminal"></pre>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user