Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiemonster authored Dec 3, 2023
1 parent ecc8bdc commit 2144630
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions deploy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="image/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="/image/favicon.ico">
<!-- BOOTSTRAP CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet"/>
<link href="/css/bootstrap.min.css" rel="stylesheet"/>
<!-- LIBRARY -->
<link rel="stylesheet" href="css/all.min.css"/>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/foot.css">
<link rel="stylesheet" href="/css/all.min.css"/>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/nav.css">
<link rel="stylesheet" href="/css/foot.css">
</head>
<!-- CSS -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="/css/style.css">
<title>DIVD.CLUB</title>
</head>

<body>
<header>
<nav class="container">
<ul class='nav-bar'>
<li class='logo'><img src='image/divd.png' /></li>
<li class='logo'><img src='/image/divd.png' /></li>
<input type='checkbox' id='check' />
<div class="menu">
<li><a href="https://divd.academy/">DIVD.ACADEMY</a></li>
<li><a href="https://www.divd.nl/">DIVD.NL</a></li>
<li><a href="https://divd.nl/">DIVD.NL</a></li>
</div>
<label for="check" class="open-menu">&#9776; </label>
</ul>
Expand Down Expand Up @@ -105,7 +105,7 @@ <h2>Voor ouders</h2>
<div class="container footer-section">
<div class="section col-sm-4">
<!-- Logo komt hier -->
<img src="image/divd.png" alt="Logo">
<img src="/image/divd.png" alt="Logo">
</div>
<div class="section col-sm-4">
<h3>Ons kantoor</h3>
Expand All @@ -124,10 +124,10 @@ <h3>Stagebureau</h3>

</body>
<!-- BOOTSTRAP JS -->
<script src="js/bootstrap.bundle.min.js"
<script src="/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<!-- JS -->
<script src="js/script.js"></script>
<script src="/js/script.js"></script>

</html>
</html>

0 comments on commit 2144630

Please sign in to comment.