SBI-website/index.html
2023-07-15 19:35:55 -07:00

19 lines
663 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<title>Serious Business International</title>
</head>
<body>
<!-- Navbar example without JS: https://codepen.io/iPawan/pen/rNNGEzw -->
<nav class="navbar">
<a href="#" class="navbar-logo">
<!-- Going to replace this with an img probably due to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i-->
<i class="sbi-logo"></i>
</a>
</nav>
</body>
</html>