Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
− | <link rel="stylesheet" href=" | + | <meta charset="UTF-8"> |
+ | <link rel = "stylesheet" | ||
+ | href = "Styling.css"> | ||
+ | <script src="MyFunctions.js"></script | ||
</head> | </head> | ||
− | < | + | |
+ | <a class = "logo" href = "Home.html"> <img src="Images/logo.png" id="logo"> </a> | ||
<div class="topnav"> | <div class="topnav"> | ||
− | <a class=" | + | <a class = "arrow" href="Home.html" > ⮘ </a> |
− | <a href=" | + | |
− | <a href=" | + | <div class="menu"> |
− | < | + | <a href="Project.html" onmouseover = "navigation1(submenuProject, 0)"> <img src = "Images/symbolProject.png" alt = "Laboratorium" id = "navSymbol"></a> |
− | </div> | + | <a href="AboutUs.html" onmouseover = "navigation1(submenuAboutUs, 100)"> <img src = "Images/symbolAboutUs.png" alt = "Laboratorium" id = "navSymbol"></a> |
− | + | <a href="Laboratorium.html" onmouseover = "navigation1(submenuLaboratorium, 200)"> <img src = "Images/symbolLaboratorium.png" alt = "Laboratorium" id = "navSymbol"></a> | |
+ | |||
+ | <div class = "topnav2" id="submenu"></div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <a class = "arrow" href="Project.html" > ⮚ </a> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <body> | ||
<div id = "customelementM"> | <div id = "customelementM"> | ||
− | <center><img src=" | + | <center><img src="Images/logo.png" alt="Logo.png" width = 860 height = 600 style="padding:100px 0px"></center> |
</div> | </div> | ||
Revision as of 10:36, 15 August 2018