Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added html-tags #1306

Merged
merged 2 commits into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions radicale/web/internal_data/index.html
Original file line number Diff line number Diff line change
@@ -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">
Expand All @@ -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>
Expand Down Expand Up @@ -128,3 +132,7 @@ <h2>Delete <span data-name="title" style="word-wrap:break-word;font-weight:bold;
<button type="button" data-name="cancel">No</button>
</form>
</section>
</main>
</body>

</html>