You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
541 B
23 lines
541 B
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>LayerSlider Get Started</title>
|
|
<meta http-equiv="refresh" content="0; url=documentation/documentation.html" />
|
|
|
|
<style type="text/css">
|
|
#notice {
|
|
width: 700px;
|
|
height: 50px;
|
|
margin: 100px auto;
|
|
font-family: Helvetica, sans;
|
|
text-align: center;
|
|
font-size: 24px;
|
|
color: #999;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="notice">If this page doesn't show the documentation, please open it manually from the documentation folder.</div>
|
|
</body>
|
|
</html>
|
|
|