forked from external-repos/esp32cam-rtsp
45 lines
1.0 KiB
HTML
45 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta http-equiv="refresh" content="10;url=/index.html">
|
|
<style>
|
|
html,
|
|
body {
|
|
color: #222;
|
|
font-size: 16px;
|
|
font-family: Arial, Verdana, Helvetica, sans-serif;
|
|
min-height: 100%;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
|
|
.alert-info {
|
|
color: #31708f;
|
|
background-color: #d9edf7;
|
|
border-color: #bce8f1;
|
|
}
|
|
</style>
|
|
|
|
<title>{{AppTitle}} v{{AppVersion}}</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 class="text-center">{{ThingName}}</h1>
|
|
<hr>
|
|
|
|
<div class="alert-info">
|
|
<h3 class="text-center">Restarting</h3>
|
|
<h4 class="text-center">
|
|
The device is restarting...<br><br>
|
|
If this page takes longer than a minute, consider performing a power cycle.
|
|
</h4>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |