1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

Merge pull request #1306 from heull001/html

Added html-tags
This commit is contained in:
Peter Bieringer 2024-03-01 06:31:40 +01:00 committed by GitHub
commit 2b6626d053
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -11,13 +12,16 @@
<style>
.hidden {display:none;}
</style>
</head>
<body>
<nav>
<ul>
<li id="logoutview" class="hidden"><a href="" data-name="link">Logout [<span data-name="user" style="word-wrap:break-word;"></span>]</a></li>
</ul>
</nav>
<main>
<section id="loadingscene">
<h1>Loading</h1>
<p>Please wait...</p>
@ -128,3 +132,7 @@
<button type="button" data-name="cancel">No</button>
</form>
</section>
</main>
</body>
</html>