mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2025-12-21 21:22:25 +00:00
feat: add About page with usage instructions and privacy information
This commit is contained in:
11
index.html
11
index.html
@@ -23,14 +23,17 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
<header class="app-header">
|
||||
<a href="/">
|
||||
<img src="src/astrolabe.svg" alt="Astrolabe logo">
|
||||
<h1>Astrolabe</h1>
|
||||
</a>
|
||||
<div class="header-left">
|
||||
<a href="/">
|
||||
<img src="src/astrolabe.svg" alt="Astrolabe logo">
|
||||
<h1>Astrolabe</h1>
|
||||
</a>
|
||||
</div>
|
||||
<div class="header-controls">
|
||||
<button class="button mini" id="export-snippets">Export</button>
|
||||
<button class="button mini" id="import-snippets">Import</button>
|
||||
<input type="file" id="import-file" accept=".json" style="display: none">
|
||||
<a href="/about.html" class="about-link">About</a>
|
||||
</div>
|
||||
</header>
|
||||
<div class="panel">
|
||||
|
||||
Reference in New Issue
Block a user