forked from nebulosus/web
added some more things
This commit is contained in:
parent
6ea8f49b3f
commit
eb7cb7b11f
3 changed files with 124 additions and 37 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue