Commiting changes
This commit is contained in:
16
public/pages/about.html
Normal file
16
public/pages/about.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user