Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 404-error/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Error Page</title>
<style>
.section {
display: flex;
Expand All @@ -25,4 +26,4 @@ <h1><a href="./3-404-center.html">Demo-3: 404-in-center</a></h1>
</div>
</section>
</body>
</html>
</html>
9 changes: 6 additions & 3 deletions CSS-JS Hybrid Animation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hybrid CSS-JS animation for Hacktoberfest contribution.">
<title>Hacktober Animation</title>
<link href="https://fonts.googleapis.com/css2?family=Monoton&display=swap" rel="stylesheet"><link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/css2?family=Monoton&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">

</head>
<body>
Expand All @@ -13,12 +16,12 @@
<div id="container">
<h1>ANIMATIONS</h1>
<div class="svg">
<img class="wings" src="dot.png" alt="1">
<img class="wings" src="dot.png" alt="Flying wings animation">
</div>
</div>
</div>
<!-- script -->
<script src="./script.js"></script>

</body>
</html>
</html>