fix: handle multiple clicks on typing animations;
This commit is contained in:
parent
1cb8e8ab2c
commit
2571771f70
4 changed files with 32 additions and 2 deletions
16
posts/from-github-pages-to-aws.html
Normal file
16
posts/from-github-pages-to-aws.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="../styles/index.css" />
|
||||
<link rel="icon" type="image/webp" href="../public/logo.webp" />
|
||||
<title>Barrett Ruth</title>
|
||||
</head>
|
||||
<body>
|
||||
<main class="main">main</main>
|
||||
<footer>foot</footer>
|
||||
<script src="../scripts/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue