Initial commit

This commit is contained in:
2021-04-14 12:36:02 +03:00
commit 3958f0b76c
3 changed files with 103 additions and 0 deletions

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<!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.0">
<link rel="stylesheet" href="style.css">
<title>Cards</title>
</head>
<body>
<div id='cardholder'></div>
<span id="scroll_btn">👀</span>
<script src='main.js'></script>
</body>
</html>