16 lines
469 B
HTML
16 lines
469 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title></title>
|
|
<meta name="description" content="description du site web">
|
|
<meta name="keywords" content="truc, bidule, chouette">
|
|
<link href="./style.css" type="text/css" rel="stylesheet">
|
|
<script type="text/javascript" src="script.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<p>hello world!</p>
|
|
</body>
|
|
</html>
|