-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (32 loc) · 875 Bytes
/
Copy pathindex.html
File metadata and controls
35 lines (32 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Control V4L2NDI</title>
<style type="text/css">
.formfield {
margin-bottom: 2pt;
}
</style>
<script>
window.onload = function() {
history.replaceState("", "", "");
}
</script>
</head>
<body style="background-color:lightgray;">
<div style="text-align:center;">
<h3>V4L2NDI Control</h3>
!MSG!
<form action="" method="post">
<div class="formfield">
<br>
<input type="submit" name="Restart" value="Restart V4L2NDI Process">
<input type="submit" name="Reboot" value="Reboot Server">
<input type="submit" name="Shutdown" value="Shutdown Server">
</div>
</form>
</div>
</body>
</html>