Files
obsidian-livesync/src/apps/webapp/index.html
2026-03-17 19:51:04 +09:00

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>