13 lines
268 B
HTML
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™ Git to be dangerous<em>.
|
|
</p>
|
|
</body>
|
|
</html>
|