Many improvement
This commit is contained in:
parent
677accd35e
commit
6cf9272f6b
81
img/icons/Jitsi_Logo.svg
Normal file
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
26
mumble_info/index.php
Normal 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>
|
Loading…
Reference in New Issue
Block a user