26 lines
626 B
HTML
26 lines
626 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>K5BSS</title>
|
|
<link type="text/css" rel="stylesheet" href="css/main.css">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="title">
|
|
<div class="off-white">
|
|
K5BSS
|
|
</div>
|
|
</div>
|
|
<div class="intro">
|
|
<div class="off-white">
|
|
I am a ham radio operator.
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
|
|
</html>
|