mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2025-12-21 21:22:25 +00:00
feat: add application header with logo and favicon for improved branding
This commit is contained in:
@@ -14,10 +14,18 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.47.0/min/vs/loader.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/jsonc-parser@3.2.0/lib/umd/main.js"></script>
|
||||
<link rel="stylesheet" href="src/styles.css">
|
||||
<!-- favicon goes here -->
|
||||
<link rel="icon" href="src/astrolabe.svg" type="image/svg+xml">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<header class="app-header">
|
||||
<a href="/">
|
||||
<img src="src/astrolabe.svg" alt="Astrolabe logo">
|
||||
<h1>Astrolabe</h1>
|
||||
</a>
|
||||
</header>
|
||||
<div class="panel">
|
||||
<div class="panel-header">
|
||||
<h2>Snippets</h2>
|
||||
|
||||
Reference in New Issue
Block a user