added 404 page

added blog post
This commit is contained in:
Michael Clemens 2022-04-07 09:03:38 +02:00
parent 3e2a90cf2b
commit 71bffe5f85
4 changed files with 39 additions and 2 deletions

View File

@ -1,4 +1,5 @@
baseURL = "https://qrz.is/"
#baseURL = "https://qrz.is/"
baseURL = "/"
languageCode = "en-us"
title = "qrz.is"
copyright = "Michael Clemens"

View File

@ -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
View 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