first commit
This commit is contained in:
30
devel.html
Normal file
30
devel.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="pl">
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>[TITLE]</title>
|
||||
<meta name="keywords" content="[META_KEYWORDS]">
|
||||
<meta name="description" content="[META_DESCRIPTION]">
|
||||
[META_INDEX]
|
||||
[CSS]
|
||||
[JAVA_SCRIPT]
|
||||
</head>
|
||||
<body>
|
||||
<div style="position:relative;">
|
||||
<div id="slider" class="slider"></div>
|
||||
</div>
|
||||
<script type="text/javascript" >
|
||||
$(document).ready(function () {
|
||||
$("#slider").sudoSlider({
|
||||
prevNext: true,
|
||||
ajax: ['../images/01.jpg','../images/02.jpg', '../images/03.jpg'],
|
||||
numeric: true,
|
||||
updateBefore: true,
|
||||
preloadAjax: false
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user