Basic styling

This commit is contained in:
Maxwell Jeffress
2026-02-20 11:49:39 +11:00
parent 1bd38bad2b
commit 57bb51628c

View File

@@ -2,6 +2,15 @@
<html>
<head>
<title>Max's School Stuff</title>
<style>
body {
font-family: sans-serif;
background-color: black;
color: white;
}
</style>
</head>
<body>
<h1>Hi there!</h1>