24 lines
870 B
HTML
24 lines
870 B
HTML
<html>
|
|
<head>
|
|
<title>Bill Rossi - Software Engineer</title>
|
|
<link type="text/css" rel="stylesheet" href="./style.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=Edu+VIC+WA+NT+Beginner:wght@600&family=Righteous&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<span class="logo">billros.si</span>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="#">Home</a></li>
|
|
<li><a href="https://github.com/bassguitarbill">Github</a></li>
|
|
<li><a href="https://whatguns.itch.io/">itch.io</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<h1>Hello, world!</h1>
|
|
<p>This page is profoundly and deeply under construction. Check back in a couple of days!</p>
|
|
</body>
|
|
</html>
|