Add public/list.html
This commit is contained in:
parent
a43345fa3e
commit
9565a659c4
1 changed files with 28 additions and 0 deletions
28
public/list.html
Normal file
28
public/list.html
Normal 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>☺</h1>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<script defer src="main.js"></script>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue