1
0
Fork 0

Update public/index.html
All checks were successful
Build and deploy / build (push) Successful in 30s
Build and deploy / Deploy (push) Successful in 25s

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2025-01-14 17:52:28 +01:00
parent 41ba187c77
commit b7f5686511

28
public/index.html Normal file
View file

@ -0,0 +1,28 @@
<!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>