31 lines
741 B
HTML
31 lines
741 B
HTML
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>
|
|
Rochester Food Not Bombs
|
|
</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap" rel="stylesheet">
|
|
<script>
|
|
function start_animation() {
|
|
var element = document.getElementById("biglogo")
|
|
element.style.animation = 'none';
|
|
element.offsetHeight;
|
|
element.style.animation = null;
|
|
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Blog not bombs ;)</h1>
|
|
<div class="flex-container">
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |