mirror of
https://github.com/BreizhHardware/front-end-starter.git
synced 2026-01-18 16:47:32 +01:00
19 lines
615 B
HTML
19 lines
615 B
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title> Oui....Stiti </title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<script src="script.js" defer></script>
|
|
<link rel="icon" href="V5.png" type="image/x-icon">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
Oui.....Stiti
|
|
<div id="bottom">
|
|
Made by ♡ by Félix MARQUET
|
|
</div>
|
|
</body>
|
|
</html> |