Update deck skeleton for body.deck-container

This commit is contained in:
imakewebthings 2011-08-11 14:05:58 +08:00
parent 32a1343f5f
commit 4179709e06

View file

@ -12,16 +12,14 @@
<!-- Replace path with correct path to Modernizr file. -->
<script src="/PATH/TO/JS/modernizr.custom.js"></script>
</head>
<body>
<body class="deck-container">
<div class="deck-container">
<!-- Create any number of elements with class slide within the container -->
<div class="slide">
<!-- Slide content HTML goes here! -->
</div>
<!-- Other extension HTML snippets go here, at the bottom of the deck container. -->
<!-- Create any number of elements with class slide within the container -->
<div class="slide">
<!-- Slide content HTML goes here! -->
</div>
<!-- Other extension HTML snippets go here, at the bottom of the deck container. -->
<!-- Update these paths to point to the correct files. -->
<script src="/PATH/TO/JS/jquery.min.js"></script>