2026-02-20 11:48:23 +11:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Max's School Stuff</title>
|
2026-02-20 11:49:39 +11:00
|
|
|
<style>
|
|
|
|
|
|
2026-02-20 11:59:02 +11:00
|
|
|
html {
|
2026-02-20 11:49:39 +11:00
|
|
|
font-family: sans-serif;
|
|
|
|
|
background-color: black;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
2026-02-20 11:48:23 +11:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<h1>Hi there!</h1>
|
|
|
|
|
<p>This repo contains some of my school Software Engineering stuff. It's all pretty simple, but it's here as a backup.</p>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|