Starting to look OK
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<title>Example website</title>
|
||||
<meta name="Description" Content="Vault">
|
||||
|
||||
<link href="main.css" rel="stylesheet">
|
||||
<link href="/main.css" rel="stylesheet">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
|
||||
@ -16,34 +16,22 @@
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<h1>Squi's awesome blog</h1>
|
||||
<h2> My Second article </h2>
|
||||
<p style="text-align:center;"><img src="pics/ferris.png" style="width:20%;"></p>
|
||||
<p>Bye !</p>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Example website</title>
|
||||
<meta name="Description" Content="Vault">
|
||||
|
||||
<link href="main.css" rel="stylesheet">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
|
||||
<link rel="manifest" href="/img/site.webmanifest">
|
||||
<script src="vault.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h2> My First article </h2>
|
||||
<p style="text-align:center;"><img src="pics/ferris.png" style="width:20%;"></p>
|
||||
<p>Hello !</p>
|
||||
</body>
|
||||
</html>
|
||||
<p><img src="/pics/ferris.png" style="width:20%;"></p>
|
||||
<br><br>
|
||||
<h2>Lately on this great blog</h2>
|
||||
<hr>
|
||||
<p>
|
||||
<a href="pages/3-A_very_different_page.html">3-A_very_different_page</a><br>
|
||||
<a href="pages/2-secondpage.html">2-secondpage</a><br>
|
||||
<a href="pages/1-firstpage.html">1-firstpage</a><br>
|
||||
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
<hr>
|
||||
<i><a href="/">Go back home ?</a></i>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user