mirror of
https://github.com/jakobkordez/call-tester.git
synced 2025-05-31 08:49:05 +00:00
Rename project
This commit is contained in:
parent
ebc183b1a2
commit
ddd6d3bc41
@ -1,4 +1,4 @@
|
|||||||
# Callsign Tester
|
# Callsign Checker
|
||||||
|
|
||||||
An app for checking the format of a callsign and finding the country it belongs to.
|
An app for checking the format of a callsign and finding the country it belongs to.
|
||||||
|
|
||||||
|
@ -3,10 +3,12 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svelte:head>
|
<svelte:head>
|
||||||
<title>Callsign Tester</title>
|
<title>Callsign Checker</title>
|
||||||
<meta name="description" content="Callsign tester for ham radio operators" />
|
<meta name="description" content="Callsign checker for ham radio operators" />
|
||||||
<meta name="keywords" content="callsign, ham radio, dxcc" />
|
<meta name="keywords" content="callsign, ham radio, dxcc, country" />
|
||||||
<meta name="author" content="Jakob Kordež S52KJ" />
|
<meta name="author" content="Jakob Kordež S52KJ" />
|
||||||
|
<meta name="og:title" content="Callsign Checker" />
|
||||||
|
<meta name="og:description" content="Callsign checker for ham radio operators" />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<div class="flex min-h-screen flex-col bg-[#333] text-[#eee]">
|
<div class="flex min-h-screen flex-col bg-[#333] text-[#eee]">
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="py-10">
|
<div class="py-10">
|
||||||
<h1 class="mb-10 text-center text-5xl font-light">Callsign Tester</h1>
|
<h1 class="mb-10 text-center text-5xl font-light">Callsign Checker</h1>
|
||||||
|
|
||||||
<div class="mb-4">
|
<div class="mb-4">
|
||||||
<div class="mb-1 text-center text-sm font-light">Enter a callsign</div>
|
<div class="mb-1 text-center text-sm font-light">Enter a callsign</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user