Many improvement

This commit is contained in:
Trygve 2021-03-21 00:28:48 +01:00
parent 677accd35e
commit 6cf9272f6b
2 changed files with 107 additions and 0 deletions

81
img/icons/Jitsi_Logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

26
mumble_info/index.php Normal file
View File

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="no">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta charset="UTF-8">
<meta name="theme-color" content="#263238"/>
<link rel="icon" type="image/png" href="/dist/favicon.png">
<link rel="stylesheet" href="/css/main.css">
</head>
<body class="theme-auto">
<?php include "../common/header.html"; ?>
<div class="cont">
<h1 class="center-txt">Mumble</h1>
<a href="mumble://trygve.me"><h2 class="center-txt">Åpne serveren i mumble</h2></a>
<article>
<p>Eller du kan skrive inn adressa selv:</p>
<code>trygve.me</code>
</article>
</div>
</body>
</html>