Initial commit
This commit is contained in:
commit
755de8ed11
23
index.html
Normal file
23
index.html
Normal 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
0
mystyle.css
Normal file
Loading…
x
Reference in New Issue
Block a user