19 lines
465 B
HTML
19 lines
465 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr" dir="ltr">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>simpet</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
|
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono|IBM+Plex+Mono&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="./css/indexstyle.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1 class='title'>simpet</h1>
|
|
<ul>
|
|
</ul>
|
|
</body>
|
|
|
|
</html>
|