This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
maatma-videos/src/app.html

17 lines
640 B
HTML

<!DOCTYPE html>
<html lang="fr" class="h-100">
<head>
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="maatma">
<meta name="robots" content="none">
<base href="/videos/">
<script async defer data-website-id="a090d9cb-821a-4bf0-b992-6d6b746ddcca" src="https://pythagore.p0m.fr/pythagore.js"></script>
%sveltekit.head%
</head>
<body class="h-100">
<div class="d-flex flex-column justify-content-between h-100">%sveltekit.body%</div>
</body>
</html>