36 lines
1.7 KiB
HTML
36 lines
1.7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="dk">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
||
|
<!-- FONT -->
|
||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
|
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap" rel="stylesheet">
|
||
|
|
||
|
<!--Får fat i vores index stylesheet-->
|
||
|
<link rel="stylesheet" href="../css/index.css?v=2">
|
||
|
|
||
|
<!--Tilføjer et icon til home pagen-->
|
||
|
<link rel="icon" type="image/svg" href="../images/SdeHandLogo.svg"/>
|
||
|
|
||
|
<title>Syddansk Erhvervsskole Map | Home</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script src="../js/ElementControl.js"></script>
|
||
|
|
||
|
<div style="width: 100%; height: 500px;">
|
||
|
<div class="button-group">
|
||
|
<!--forskellige afdelinger af skolen-->
|
||
|
<button onclick="ChangePage('maps/munkebjergvej.html');" class="button"><span>SDE Munkebjergvej 130 Odense </span></button>
|
||
|
<button onclick="ChangePage('');" class="button"><span>SDE Risingsvej 60 Odense </span></button>
|
||
|
<button onclick="ChangePage('');" class="button"><span>SDE Petersmindevej 1 Odense </span></button>
|
||
|
<button onclick="ChangePage('');" class="button"><span>SDE Boulevarden 36 Vejle </span></button>
|
||
|
<button onclick="ChangePage('../Locationtest.php');" class="button"><span>Test location</span></button>
|
||
|
</div>
|
||
|
<img style="position: relative; left: 20%; padding-top: 20px; max-width: 600px; height: auto;" class="sde-icon" src="images/SdeHandLogo.svg">
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|