new files directory, for things and stuff that i own

master
Drake 3 years ago
parent e3dd6232ae
commit b6910b65e5
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

File diff suppressed because it is too large Load Diff

@ -0,0 +1,21 @@
<!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>
Loading…
Cancel
Save