Skip to content

Instantly share code, notes, and snippets.

@Warhand
Created March 9, 2023 18:40
Show Gist options
  • Save Warhand/b354af11b9e85bdbcb0906ea80d821b4 to your computer and use it in GitHub Desktop.
Save Warhand/b354af11b9e85bdbcb0906ea80d821b4 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>Windows 95</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/pixel.css">
</head>
<body>
</body>
<nav class="navbar navbar-expand-lg navbar-dark justify-content-between mb-3">
<ul class="navbar-nav navbar-nav-hover flex-row align-items-center">
<li class="nav-item">
<a href="../index.html" class="nav-link" role="button">
<span class="nav-link-inner-text">📺 Start</span>
</a>
</li>
<li class="nav-item">
<a href="../docs/introduction.html" class="nav-link"
role="button">
<span
class="nav-link-inner-text">📕 Documentation</span>
</a>
</li>
</ul>
<div class="time text-center">
<span class="time text-uppercase">1:47 PM</span>
</div>
</nav>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment