Initial commit

This commit is contained in:
La Programmatrice Verde 2024-12-02 15:08:57 +01:00
commit 755de8ed11
2 changed files with 23 additions and 0 deletions

23
index.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Lorem Ipsum</title>
<link rel="icon" href="some icon">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1><strong><center>Main title</center></strong></h1>
<h2><small><center>Main subtitle</center></small></h2>
<center><p>Description of the page</p></center>
<h3>List:</h3>
<ul>
<li><a href="some URL" alt="text shown when you hover the cursor over the link">Item 1</a> some description</li>
<li><a href="some URL" alt="text shown when you hover the cursor over the link">Item 2</a> some description</li>
<li><a href="some URL" alt="text shown when you hover the cursor over the link">Item 3</a> some description</li>
</ul>
<br>
<p><center><small><a href=/. alt=home>Home</a>|Built by La Programmatrice Verde aka BrainTheBest5</small></center></p>
<p><center><small><a href="https://github.com/BrainTheBest5" alt="GitHub">GitHub</a></small></center></p>
</body>
</html>

0
mystyle.css Normal file
View File