24 lines
1.0 KiB
HTML
24 lines
1.0 KiB
HTML
<!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>
|