Skip to content

Commit

Permalink
Added contents and the script to this file
Browse files Browse the repository at this point in the history
  • Loading branch information
leontm-dev authored Apr 12, 2024
1 parent 6cf6acb commit 544e28a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@
<link rel="stylesheet" href="src/general/body.css" />
<link rel="stylesheet" href="src/general/fonts.css" />
</head>
<body></body>
<body>
<h1>Assets</h1>
<h3>Static</h3>
<div id="static"></div>
<h3>Animations</h3>
<div id="animations"></div>
<script src="src/main/script.js"></script>
</body>
</html>

0 comments on commit 544e28a

Please sign in to comment.