Skip to content

Commit

Permalink
Merge pull request #1306 from heull001/html
Browse files Browse the repository at this point in the history
Added html-tags
  • Loading branch information
pbiering authored Mar 1, 2024
2 parents 998e2f9 + a58e68e commit 2b6626d
Showing 1 changed file with 8 additions and 0 deletions.
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>

0 comments on commit 2b6626d

Please sign in to comment.