better html

This commit is contained in:
Mathias DUPEUX 2025-04-17 23:35:53 +02:00
parent a5d02f3efd
commit 73b137ea41
2 changed files with 5 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Obsidian Sync server</title>
<title>Obsidian Sync</title>
<link rel="icon" href="https://obsidian.md/favicon.ico" sizes="32x32">
<link rel="icon" href="https://obsidian.md/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="https://obsidian.md/apple-touch-icon.png">

View file

@ -3,18 +3,19 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Obsidian Sync server</title>
<title>Obsidian Sync</title>
<link rel="icon" href="https://obsidian.md/favicon.ico" sizes="32x32">
<link rel="icon" href="https://obsidian.md/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="https://obsidian.md/apple-touch-icon.png">
<style>
body {width: 35em;margin: 0 auto;font-family: Tahoma, Verdana, Arial, sans-serif;}
body {width: 35em;margin: 0 auto;font-family: Tahoma, Verdana, Arial, sans-serif;text-align: justify;}
</style>
</head>
<body>
<!-- Copy of nginx homepage -->
<h1>Obsidian Sync</h1>
<p>If you see this page, your Obsidian Sync server server is successfully installed and working.</p>
<p>Available at <a href="https://git.hackclub.app/mathias/obsidian_freesync">mathias/obsidian_freesync</a></p>
<p>If you are the owner of this instance, you can access see vaults and users at <a href="/admin">/admin</a>. You will need your credentials set in .env</p>
<p>Opensource at <a href="https://git.hackclub.app/mathias/obsidian_freesync">mathias/obsidian_freesync</a></p>
</body>
</html>