1
0
Fork 0
shelter/public/list.html
root 8f3cb31808
All checks were successful
Build and deploy / build (push) Successful in 40s
Build and deploy / Deploy (push) Successful in 23s
Update public/list.html
2025-01-14 17:56:01 +01:00

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>&#9786;</h1>
</footer>
<script defer src="main.js"></script>
</body>
</html>