website/about.html
2025-03-05 18:17:37 +01:00

13 lines
268 B
HTML

<!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>