batflip/public/pages/about.html

17 lines
250 B
HTML
Raw Normal View History

2025-04-11 16:39:17 -04:00
<!Doctype html>
<html>
<head>
<title>About</title>
<style>
body {
background: purple;
padding: 20px;
color: white;
}
</style>
</head>
<body>
<h1>This is the about page!</h1>
</body>
</html>