34 lines
836 B
HTML
34 lines
836 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Test page for Shower</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=792, user-scalable=no">
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
<link rel="stylesheet" href="../themes/ribbon/styles/screen.css">
|
|
</head>
|
|
<body class="list">
|
|
<section class="slide"><div>
|
|
<h2>1</h2>
|
|
</div></section>
|
|
<section class="slide"><div>
|
|
<h2>2</h2>
|
|
</div></section>
|
|
<section class="slide" data-timing="00:03"><div>
|
|
<h2>3</h2>
|
|
</div></section>
|
|
<section class="slide"><div>
|
|
<h2>4</h2>
|
|
</div></section>
|
|
<section class="slide"><div>
|
|
<h2>5</h2>
|
|
<div class="next">1</div>
|
|
<div class="next">2</div>
|
|
<div class="next">3</div>
|
|
</div></section>
|
|
<section class="slide"><div>
|
|
<h2>6</h2>
|
|
</div></section>
|
|
<script src="../shower.js"></script>
|
|
</body>
|
|
</html> |