Annotation-System/cinera/examples/template_player.html

20 lines
757 B
HTML

<!-- Player template -->
<html>
<head>
<title><!-- __CINERA_TITLE__ --> - <!-- __CINERA_PROJECT__ --></title>
<!-- __CINERA_INCLUDES__ -->
</head>
<!-- 1. This is a random comment. How does this affect it, if at all? -->
<body>
<a href="../">Awesome Contents</a>
<h1 style="background-color: #3399FF; text-align:center; width: 100%; margin: 0 auto"><!-- __CINERA_TITLE__ --></h1>
<div>
<!-- __CINERA_MENUS__ -->
<!-- __CINERA_PLAYER__ -->
</div>
<!-- 2. This is a random comment. How does this affect it, if at all? -->
<!-- __CINERA_SCRIPT__ -->
<!-- 3. This is a random comment. How does this affect it, if at all? -->
</body>
</html>