mastowall/index.html
Ralf Stockmann 3d23f3de0b
Update index.html
- Info in header
2023-05-17 15:47:35 +02:00

27 lines
1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Mastodon Wall</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<nav class="navbar navbar-light d-flex">
<span class="navbar-brand mb-0 h1">
<span class="hashtag">#bibliocon23</span>
<span class="hashtag">#111bibliocon</span>
<span class="hashtag">#bibliocon</span>
</span>
<span class="navbar-info mb-0 h3">
<span class="hashtag">Mastowall V0.1 - written by ChatGPT4 - Prompting: Ralf Stockmann (rstockm)</span>
</span>
</nav>
<div id="wall" class="row masonry-grid"></div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js"></script>
<script src="script.js"></script>
</body>
</html>