Shower 2.0 compatible HTML, bumped year

This commit is contained in:
Vadim Makeev 2015-12-06 19:43:13 +01:00
parent 9fa5ab0797
commit b8687019cf
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge"> <meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="node_modules/shower-ribbon/styles/screen.css"> <link rel="stylesheet" href="node_modules/shower-ribbon/styles/screen.css">
</head> </head>
<body class="list"> <body class="shower list">
<header class="caption"> <header class="caption">
<h1>Shower Presentation Engine</h1> <h1>Shower Presentation Engine</h1>
<p>Yours Truly, Famous Inc.</p> <p>Yours Truly, Famous Inc.</p>
@ -168,9 +168,9 @@
To hide progress bar from entire presentation To hide progress bar from entire presentation
just remove “progress” element. just remove “progress” element.
--> -->
<div class="progress"><div></div></div> <div class="progress"></div>
<script src="node_modules/shower-core/shower.min.js"></script> <script src="node_modules/shower-core/shower.min.js"></script>
<!-- Copyright © 2014 Yours Truly, Famous Inc. --> <!-- Copyright © 2015 Yours Truly, Famous Inc. -->
<!-- Photos by John Carey, fiftyfootshadows.net --> <!-- Photos by John Carey, fiftyfootshadows.net -->
</body> </body>
</html> </html>