added some more things

This commit is contained in:
Robin-qwerty 2024-04-09 16:19:28 +02:00
parent 6ea8f49b3f
commit eb7cb7b11f
3 changed files with 124 additions and 37 deletions

View file

@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -10,9 +9,8 @@
<link rel="stylesheet" href="../style/style.css">
<script src="../script/navbar.js" defer></script>
</head>
<body>
<div class="top-bar">
<header class="top-bar">
<div class="logo">
<a href="../../">
<span class="mono">[N]</span>
@ -31,7 +29,7 @@
<li><a href=".../../index.html#contact" onclick="hideMenu()">Contact</a></li>
</ul>
</nav>
</div>
</header>
<div id="pricing-plan-header">
<h1>Pricing Plans</h1>
@ -88,5 +86,4 @@
<hr>
</div>
</body>
</html>