You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.6 KiB
49 lines
1.6 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>First Test</title>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
|
|
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I"
|
|
crossorigin="anonymous"
|
|
/>
|
|
<script
|
|
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
|
|
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
|
|
crossorigin="anonymous"
|
|
></script>
|
|
<script
|
|
src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"
|
|
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
|
|
crossorigin="anonymous"
|
|
></script>
|
|
<link rel="stylesheet" href="../CSS/Presentation.css">
|
|
</head>
|
|
<body>
|
|
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" style="border-bottom: 1px solid #fff;">
|
|
<div class="container-fluid mx-0">
|
|
<div class="nav-item nav-link">
|
|
<a class="navbar-brand" href="index.php?action=goToHome">Home</a>
|
|
</div>
|
|
<div class="mx-auto">
|
|
<h5
|
|
class="m-1 text-uppercase"
|
|
style="color: #fff; font-weight: bold; font-size: 22px"
|
|
>
|
|
Northgan
|
|
</h5>
|
|
</div>
|
|
<div class="nav-link">
|
|
<a class="navbar-brand" href="index.php?action=goToEnigme">Next</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|