28 lines
No EOL
784 B
HTML
28 lines
No EOL
784 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="https://bootswatch.com/5/vapor/bootstrap.css">
|
|
<link rel="stylesheet" href="https://bootswatch.com/_vendor/bootstrap-icons/font/bootstrap-icons.min.css">
|
|
</head>
|
|
|
|
<body>
|
|
<nav class="navbar navbar-expand-lg bg-primary" data-bs-theme="dark">
|
|
<div class="container-fluid">
|
|
<a class="navbar-brand" href="#">Amy's Shelter Plugins</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="container d-flex justify-content-center mt-5" style="flex-wrap: wrap;"></div>
|
|
|
|
<footer class="container text-center">
|
|
<h1>☺</h1>
|
|
</footer>
|
|
|
|
<script defer src="main.js"></script>
|
|
</body>
|
|
|
|
</html> |