mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-03-29 21:25:17 +00:00
13 lines
356 B
HTML
13 lines
356 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Self-hosted LiveSync WebApp Launcher</title>
|
|
<meta http-equiv="refresh" content="0; url=./webapp.html">
|
|
</head>
|
|
<body>
|
|
<p>Redirecting to <a href="./webapp.html">WebApp</a>...</p>
|
|
</body>
|
|
</html>
|