Update title for all WebUI pages

This commit is contained in:
Alex X
2025-11-26 11:23:16 +03:00
parent 6d1a95a4e3
commit 3ebc115cc5
10 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>go2rtc - Add Stream</title>
<title>add - go2rtc</title>
<style>
main > button {
background-color: #444;
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>go2rtc - WebRTC</title>
<title>codecs - go2rtc</title>
<style>
body {
margin: 0;
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<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>
<style>
html, body, #config {
+2 -1
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>go2rtc - HLS</title>
<title>hls - go2rtc</title>
<style>
body {
background-color: black;
@@ -24,6 +24,7 @@
const url = new URL('api/stream.m3u8' + location.search, location.href);
const video = document.getElementById('video');
/* global Hls */
if (Hls.isSupported()) {
const hls = new Hls();
hls.loadSource(url.toString());
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>go2rtc - links</title>
<title>links - go2rtc</title>
<style>
div > li {
list-style-type: none;
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>go2rtc - Logs</title>
<title>log - go2rtc</title>
<style>
main > div {
display: flex;
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<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>
<style>
html, body, #network {
+1 -1
View File
@@ -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="icon" href="https://alexxit.github.io/go2rtc/icons/favicon.ico">
<link rel="manifest" href="https://alexxit.github.io/go2rtc/manifest.json">
<title>go2rtc - Stream</title>
<title>stream - go2rtc</title>
<style>
body {
background: black;
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>go2rtc - WebRTC</title>
<title>webrtc - go2rtc</title>
<style>
body {
background-color: black;
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>go2rtc - WebRTC</title>
<title>webrtc - go2rtc</title>
<style>
body {
background-color: black;