-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (21 loc) · 1.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Crossroads Slideshow | Codrops</title>
<meta name="description" content="An experimental slideshow with an inclined look with three slide previews and a content view on click." />
<meta name="keywords" content="slideshow, javascript, tweenmax, rotation, animation, css" />
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/base.css" />
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
</head>
<script src="3_1.js"></script>
<script src="https://spreadsheets.google.com/feeds/list/1yzvU7rvnDMn2kJNcJrkCbvVNTRF97PzwHyLCP2-JyjU/od6/public/values?alt=json-in-script&callback=json"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/charming.min.js"></script>
<script src="js/TweenMax.min.js"></script>
<script src="js/demo.js"></script>
</body>
</html>