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.

24 lines
593 B

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Hungary</title>
<script type="module" src="hungary.js" defer></script>
<link href="/styles/styles.css" rel="stylesheet">
<link href="/hungary/styles/hungary.css" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="heading">My Learning Website</div>
<div class="signature">Philip Osztromok</div>
<img src="images/budapest.jpg" id ="logo">
<h1>Hungary</h1>
<nav></nav>
</div>
</body>
</html>