Skip to content

Commit cb99241

Browse files
authored
Merge pull request alvarotrigo#2591 from alvarotrigo/dev
- Adding parallax example
2 parents 8814520 + 9acb95b commit cb99241

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

examples/parallax.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6+
<title>Parallax - fullPage.js</title>
7+
<meta name="author" content="Alvaro Trigo Lopez" />
8+
<meta name="description" content="fullPage auto-height example." />
9+
<meta name="keywords" content="fullpage,jquery,demo,screen,fullscreen,parallax,backgruonds" />
10+
<meta name="Resource-type" content="Document" />
11+
<meta http-equiv="refresh" content="0; url=http://alvarotrigo.com/fullPage/extensions/parallax.html" />
12+
</head>
13+
<body>
14+
15+
Redirecting...
16+
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)