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.

22 lines
644 B

<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Information</title>
<link rel="stylesheet" type="text/css" href="css/classes.css">
<link rel="stylesheet" type="text/css" href="/css/dark-mode.css">
<!--<link rel="stylesheet" type="text/css" href="css/colours.css">-->
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script>
$(function() { //load footer
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<p>here are some files, until i set up a separate files website</p>
<a href = "../index.html">Go back to homepage</a>
<div id="footer">
</div>
</body>
</html>