-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths.html
More file actions
24 lines (20 loc) · 688 Bytes
/
s.html
File metadata and controls
24 lines (20 loc) · 688 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
<!-- ####### THIS IS A COMMENT - Visible only in the source editor #########-->
<html>
<head>
<link rel="stylesheet" href="CSS/personal_style.CSS">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
$(function(){
$('#adventures').load('adventures-menu.html');
});
</script>
<link rel="shortcut icon" type="image/png" href="Images/favicon.png">
</head>
<body>
<img\ class=landscape\ src="/Users/frederik/Software-Development/GitHub/fbbarnes.github.io.Images/s-comp.jpg"\ alt="s"\ title="s">\n<!--COMMENT-->
<div id="adventures">
</div>
</div>
</body>
</html>