first push

This commit is contained in:
andrei-mihnea-cerbu
2023-02-23 17:58:05 +02:00
commit 1abdc313f4
+41
View File
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8"/>
<title>My test page</title>
</head>
<body>
<h1>Titlul paginii</h1>
<p>de Andrei Cerbu</p>
<h2>Capitolul 0</h2>
<p>
Acesta este un paragraf <strong>f interesant</strong> despre aceasta pagina foarte interesanta
</p>
<ul>
<li>Drive to the end of the road</li>
<li>Turn right</li>
<li>Go straight across the first two roundabouts</li>
<li>Turn left at the third roundabout</li>
<li>The school is on your right, 300 meters up the road</li>
</ul>
<p>
<br>
<br>
<br>
</br>
</br>
</br>
I'm creating a link to
<a href="https://www.mozilla.org/en-US/" title="exemplu jmecher">the Mozilla homepage</a>.
</p>
<hr></hr>
<address>Chris Mills, Manchester, The Grim North, UK</address>
<pre>Acesta este
un
test
</pre>
</body>
</html>