Add about Page

This commit is contained in:
ecki 2025-03-05 18:17:37 +01:00
parent 431ea5ca10
commit 8aab4ddad3

12
about.html Normal file
View File

@ -0,0 +1,12 @@
<!Doctype html>
<html>
<head>
<title>About US</title>
</head>
<body>
<h1>About</h1>
<p>This site is a sample project for the <strong>awesome</strong>
git Tutorial <em>Learn Enough&trade; Git to be dangerous<em>.
</p>
</body>
</html>