new empty page

This commit is contained in:
counterweight 2025-01-18 19:21:15 +01:00
parent 0840bf1dff
commit 6cda8a1059
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -0,0 +1,28 @@
<!DOCTYPE HTML>
<html>
<head>
<title>Pablo here</title>
<meta charset="utf-8">
<meta viewport="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<main>
<h1>
Hi, Pablo here
</h1>
<p><a href="../index.html">back to home</a></p>
<hr>
<section>
<h2>Big hospitals and small clinics</h2>
<hr>
<p><a href="../index.html">back to home</a></p>
</section>
</main>
</body>
</html>