Adding package file to theme and using scss instead of css.

This commit is contained in:
calcu1on
2025-04-21 08:13:05 -04:00
parent 3bd38b2d80
commit 967de436f6
7 changed files with 139 additions and 13 deletions

View File

@@ -1,14 +1,7 @@
<!Doctype html>
<!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>