bookmarks
This commit is contained in:
23
html/pages/.template.html
Normal file
23
html/pages/.template.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user