-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 850 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>React Carousel</title>
<meta charset="utf-8"/>
<meta name="author" content="Gary A. Newsome"/>
<link rel="icon" href="" type="image/x-icon"/>
<!-- favicon -->
<link rel="shortcut icon" href="" type="image/x-icon"/>
<!-- favicon -->
<link href="stylesheets/index.css" rel="stylesheet"/>
<script src="./node_modules/jquery/dist/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min. js"></script>
<script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script>
</head>
<body>
<header><h1>React Carousel</h1>
<div id="carousel"></div>
<script src="../app.js"></script>
<script>
//callCarousel(["hey", "hi", "pissoff"])
</script>
</body>
</html>