Portfolio/template/base.html
2025-03-23 14:06:44 +01:00

19 lines
476 B
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mon Portfolio</title>
<link rel="stylesheet" href="http://localhost/portfolio/public/asset/style/style.css">
</head>
<body>
{{ content }}
<footer>
<p>&copy; SERMAND Maxim, 2025. Tous droits réservés.</p>
</footer>
<script src="http://localhost/portfolio/public/asset/script/script.js"></script>
</body>
</html>