move gh/youtube links to top of page

This commit is contained in:
p2r3
2026-08-16 12:56:07 +03:00
committed by p2r3
parent 611389d112
commit 0e147413eb
+10 -6
View File
@@ -129,6 +129,10 @@
#query-warning summary { #query-warning summary {
cursor: pointer; cursor: pointer;
} }
header {
position: absolute;
top: 20px;
}
</style> </style>
<script src="/qrcode.js"></script> <script src="/qrcode.js"></script>
</head> </head>
@@ -136,6 +140,12 @@
<div id="loader"></div> <div id="loader"></div>
<header>
<a class="source-link" href="https://github.com/p2r3/ha.mr">Source code on GitHub</a>
|
<a class="source-link" href="https://www.youtube.com/watch?v=TOr1Vvji6jA">Explanation video</a>
</header>
<div id="content"> <div id="content">
<h1 class="title">ha.mr</h1> <h1 class="title">ha.mr</h1>
@@ -175,12 +185,6 @@
<input type="checkbox" id="settings-qr" name="settings-qr" autocomplete="off"> <input type="checkbox" id="settings-qr" name="settings-qr" autocomplete="off">
<label for="settings-qr"> Output QR code</label><br> <label for="settings-qr"> Output QR code</label><br>
</span> </span>
<br><br>
<div>
<a class="source-link" href="https://github.com/p2r3/ha.mr">Source code on GitHub</a>
|
<a class="source-link" href="https://www.youtube.com/watch?v=TOr1Vvji6jA">Explanation video</a>
</div>
</div> </div>