generated from nathanwoodburn/python-webserver-template
feat: Add theming from gemini
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
<title>Fire Explorer</title>
|
||||
<link rel="icon" href="/assets/img/favicon.png" type="image/png">
|
||||
<link rel="stylesheet" href="/assets/css/index.css">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
||||
<meta name="description" content="A hot new Handshake Blockchain Explorer">
|
||||
|
||||
<!-- Open Graph Meta Tags -->
|
||||
@@ -30,8 +33,10 @@
|
||||
<body>
|
||||
<header>
|
||||
<div class="container">
|
||||
<h1><img src="/assets/img/favicon.png" alt="Fire Icon" style="height: 1em; vertical-align: middle;"> Fire Explorer</h1>
|
||||
<p class="subtitle">Handshake Blockchain Explorer</p>
|
||||
<div class="brand">
|
||||
<h1><img src="/assets/img/favicon.png" alt="Fire Icon" style="height: 1.2em; vertical-align: middle;"> Fire Explorer</h1>
|
||||
<span class="subtitle">Handshake Blockchain Explorer</span>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user