18 lines
293 B
HTML
18 lines
293 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="Author" content="">
|
|
<title>Page 1</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Page 1</h1>
|
|
|
|
<p>On y parle de plein de choses super</p>
|
|
|
|
Vous pouvez consulter la <a href="link2.html">page 2</a>.
|
|
|
|
</body>
|
|
</html>
|