billros.si/index.html

22 lines
751 B
HTML
Raw Normal View History

2022-07-13 20:59:38 -04:00
<html>
<head>
<title>Bill Rossi - Software Engineer</title>
<link type="text/css" rel="stylesheet" href="./style/style.css">
2022-07-13 22:02:26 -04:00
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
2022-07-14 18:58:57 -04:00
<link href="https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@600&family=Righteous&display=swap" rel="stylesheet">
2022-07-13 20:59:38 -04:00
</head>
<body>
2022-07-13 22:02:26 -04:00
<header>
<span class="logo">billros.si</span>
<nav>
<ul>
2022-07-14 18:58:57 -04:00
<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>
2022-07-13 22:02:26 -04:00
</ul>
</nav>
</header>
2022-07-13 20:59:38 -04:00
</body>
</html>