24 lines
611 B
HTML
24 lines
611 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>AF</title>
|
|
<link rel="icon" type="img/x-icon" href="img/favicon.ico" />
|
|
<link rel="stylesheet" href="css/styles.css" />
|
|
<script
|
|
defer
|
|
src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"
|
|
></script>
|
|
</head>
|
|
<body>
|
|
<!-- Navbar -->
|
|
|
|
<!-- Main content -->
|
|
<main></main>
|
|
|
|
<!-- Footer -->
|
|
<footer></footer>
|
|
</body>
|
|
</html>
|