-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (24 loc) · 826 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link type="image/png" sizes="32x32" rel="icon" href="/leaf.png">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Slider Interaction</title>
<style>
.github-fork-ribbon:before {
background-color: #333;
}
</style>
</head>
<body>
<div id="root"></div>
<a class="github-fork-ribbon" href="https://github.com/riya09/leaf-animation-with-slider"
target="_blank"
data-ribbon="Fork me on GitHub"
title="Fork me on GitHub">Fork me on GitHub</a>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>