Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
stirlo authored Mar 2, 2024
1 parent 1d58617 commit 1a4500f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="content">
<div class="card" onclick="toggleSpin()">
<div class="card-inner">
<div class="card-front">
Expand All @@ -35,8 +36,9 @@
</div>
</div>
<script src="script.js"></script>
</body>
</div>
<footer>
<p>&copy; <script>document.write(new Date().getFullYear())</script> <a href="https://tfp.la/stirling">tfp.la</a></p>
</footer>
</body>
</html>

0 comments on commit 1a4500f

Please sign in to comment.