Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Apr 28, 2024
1 parent b8473e9 commit 1945d97
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions site/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Open Ordinals Institute">
<meta name="lightning" content="lnurlp:">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>◉</text></svg>" />
<link href="/font/inter-ui.css" rel="stylesheet">
<link rel="stylesheet" href="/css/gry.min.css">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>◉</text></svg>" />
<link href="./font/inter-ui.css" rel="stylesheet">
<link rel="stylesheet" href="./css/gry.min.css">
<style>
body {
background-color: #f5f5f5;
Expand All @@ -21,21 +21,23 @@
</style>
<title>Open Ordinals</title>
</head>

<body class="flex a-items-center flex-column pa3 fw-n">
<article class="container wf">
<header class="wf mb3">
<h1 class="tc mt5">
<a href="/" class="cl-near-black">
<br>Open Ordinals
</a>
<a href="/" class="cl-near-black">
<br>Open Ordinals
</a>
</h1>
</header>
<nav class="wf tc f3 cl-near-black">
<hr>
<a href="/about/">about</a> |
<a href="/donate/">donate</a>
<a href="./about/">about</a> |
<a href="./donate/">donate</a>
<hr>
</nav>
</article>
</body>

</html>

0 comments on commit 1945d97

Please sign in to comment.