5 <title>Deck Skeleton
</title>
6 <meta name=
"viewport" content=
"width=1024, user-scalable=no">
8 <!-- Replace path with correct path to deck.core.css. -->
9 <link rel=
"stylesheet" href=
"/PATH/TO/CSS/deck.core.css" type=
"text/css">
11 <!-- Any other extension CSS files go here. -->
13 <!-- Replace path with correct path to Modernizr file. -->
14 <script src=
"/PATH/TO/JS/modernizr.custom.js"></script>
16 <body class=
"deck-container">
18 <!-- Create any number of elements with class slide within the container -->
19 <section class=
"slide">
20 <!-- Slide content HTML goes here! -->
23 <!-- Other extension HTML snippets go here, at the bottom of the deck container. -->
25 <!-- Update these paths to point to the correct files. -->
26 <script src=
"/PATH/TO/JS/jquery.min.js"></script>
27 <script src=
"/PATH/TO/JS/deck.core.js"></script>
29 <!-- Add any other extension JS files here -->
32 <!-- Initialize the deck. You can put this in an external file if desired. -->