-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbelarus.html
More file actions
29 lines (21 loc) · 728 Bytes
/
belarus.html
File metadata and controls
29 lines (21 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!-- ####### THIS IS A COMMENT - Visible only in the source editor #########-->
<html>
<head>
<link rel="stylesheet" href="CSS/personal_style.CSS">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>
$(function(){
$('#adventures').load('adventures-menu.html');
});
</script>
<link rel="shortcut icon" type="image/png" href="Images/favicon.png">
</head>
<body>
<a href="index.html" class="heading"><h1>Frederik Brooke Barnes</h1></a>
<h2> Belarus 2018 </h2>
<img class="hero" src="Images/gomel-bridge-compressed.jpg" alt="Bridge in Gomel, Belarus." >
<div id="adventures">
</div>
</body>
</html>