0_intro
This commit is contained in:
18
public/0_index_empty.html
Normal file
18
public/0_index_empty.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
|
||||
<link rel="stylesheet" href="style.css">
|
||||
|
||||
<style>
|
||||
a { background: red; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>Je peux voir le code source de la page en faisant <code class="key">CTRL+U</code> ou <code class="key">CTRL+MAJ+I</code></p>
|
||||
<a href="0_intro.html#back_from_index_empty">Retour à 0_intro.html</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user