Update title for all WebUI pages
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>go2rtc - Add Stream</title>
|
<title>add - go2rtc</title>
|
||||||
<style>
|
<style>
|
||||||
main > button {
|
main > button {
|
||||||
background-color: #444;
|
background-color: #444;
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>go2rtc - WebRTC</title>
|
<title>codecs - go2rtc</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>go2rtc - Config</title>
|
<title>config - go2rtc</title>
|
||||||
<script src="https://unpkg.com/ace-builds@1.33.1/src-min/ace.js"></script>
|
<script src="https://unpkg.com/ace-builds@1.33.1/src-min/ace.js"></script>
|
||||||
<style>
|
<style>
|
||||||
html, body, #config {
|
html, body, #config {
|
||||||
|
|||||||
+2
-1
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>go2rtc - HLS</title>
|
<title>hls - go2rtc</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
@@ -24,6 +24,7 @@
|
|||||||
const url = new URL('api/stream.m3u8' + location.search, location.href);
|
const url = new URL('api/stream.m3u8' + location.search, location.href);
|
||||||
|
|
||||||
const video = document.getElementById('video');
|
const video = document.getElementById('video');
|
||||||
|
/* global Hls */
|
||||||
if (Hls.isSupported()) {
|
if (Hls.isSupported()) {
|
||||||
const hls = new Hls();
|
const hls = new Hls();
|
||||||
hls.loadSource(url.toString());
|
hls.loadSource(url.toString());
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>go2rtc - links</title>
|
<title>links - go2rtc</title>
|
||||||
<style>
|
<style>
|
||||||
div > li {
|
div > li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>go2rtc - Logs</title>
|
<title>log - go2rtc</title>
|
||||||
<style>
|
<style>
|
||||||
main > div {
|
main > div {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>go2rtc - Network</title>
|
<title>net - go2rtc</title>
|
||||||
<script src="https://unpkg.com/vis-network@9.1.9/standalone/umd/vis-network.min.js"></script>
|
<script src="https://unpkg.com/vis-network@9.1.9/standalone/umd/vis-network.min.js"></script>
|
||||||
<style>
|
<style>
|
||||||
html, body, #network {
|
html, body, #network {
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
<link rel="apple-touch-icon" href="https://alexxit.github.io/go2rtc/icons/apple-touch-icon-180x180.png" sizes="180x180">
|
<link rel="apple-touch-icon" href="https://alexxit.github.io/go2rtc/icons/apple-touch-icon-180x180.png" sizes="180x180">
|
||||||
<link rel="icon" href="https://alexxit.github.io/go2rtc/icons/favicon.ico">
|
<link rel="icon" href="https://alexxit.github.io/go2rtc/icons/favicon.ico">
|
||||||
<link rel="manifest" href="https://alexxit.github.io/go2rtc/manifest.json">
|
<link rel="manifest" href="https://alexxit.github.io/go2rtc/manifest.json">
|
||||||
<title>go2rtc - Stream</title>
|
<title>stream - go2rtc</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: black;
|
background: black;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>go2rtc - WebRTC</title>
|
<title>webrtc - go2rtc</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>go2rtc - WebRTC</title>
|
<title>webrtc - go2rtc</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|||||||
Reference in New Issue
Block a user