mirror of
https://codeberg.org/mclemens/qrz.is.git
synced 2025-01-29 18:06:26 -05:00
added 404 page
added blog post
This commit is contained in:
parent
3e2a90cf2b
commit
71bffe5f85
@ -1,4 +1,5 @@
|
||||
baseURL = "https://qrz.is/"
|
||||
#baseURL = "https://qrz.is/"
|
||||
baseURL = "/"
|
||||
languageCode = "en-us"
|
||||
title = "qrz.is"
|
||||
copyright = "Michael Clemens"
|
||||
|
@ -21,6 +21,7 @@ draft: false
|
||||
* [Heated Trackball](/heated-trackball/) - Heating mod for Logitech trackballs
|
||||
|
||||
#### Amateur Radio
|
||||
* [AllStarLink Node](/allstarlink-node-build/) - My build of an AllStarLink node
|
||||
* [Hardrock-50 Remote Display](https://qrz.is/hardrock50-remote-display/) - ESP32 based remote display for the Hardrock-50 power amplifier
|
||||
* [qrzlogger](https://git.qrz.is/clemens/qrzlogger) - A python application to log QSOs directly to QRZ.com from the command line
|
||||
* [pyBMNotify](https://git.qrz.is/clemens/pyBMNotify) - Python script for monitoring the Brandmeister network and sending push notifications
|
||||
|
35
static/404.html
Normal file
35
static/404.html
Normal file
@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<title>qrz.is</title>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/css/style.css?v1.09">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div align="center">
|
||||
<pre>
|
||||
|
||||
@@@ @@@@@@@@ @@@
|
||||
@@@@ @@@@@@@@@@ @@@@
|
||||
@@!@! @@! @@@@ @@!@!
|
||||
!@!!@! !@! @!@!@ !@!!@!
|
||||
@!! @!! @!@ @! !@! @!! @!!
|
||||
!!! !@! !@!!! !!! !!! !@!
|
||||
:!!:!:!!: !!:! !!! :!!:!:!!:
|
||||
!:::!!::: :!: !:! !:::!!:::
|
||||
::: ::::::: :: :::
|
||||
::: : : : : :::
|
||||
|
||||
Resource not found - sorry :/
|
||||
</div>
|
||||
</pre>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 3dc276307ab337d8773b08039870f709a2272ff6
|
||||
Subproject commit 498ff984a9221e59026746b12000a710ad82c24b
|
Loading…
Reference in New Issue
Block a user