mirror of
https://github.com/Rushilwiz/reinvest.git
synced 2025-04-04 20:40:19 -04:00
22 lines
506 B
HTML
22 lines
506 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>ReInvest</title>
|
|
<link rel="stylesheet" href="css/index.css" />
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<ul>
|
|
<li>ReInvest</li>
|
|
<li>About</li>
|
|
<li>Our Services</li>
|
|
<li>Support</li>
|
|
</ul>
|
|
</nav>
|
|
<section class="landing">landing page.</section>
|
|
<script href="js/index.js"></script>
|
|
</body>
|
|
</html>
|