Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Conflicts:
	duchess/templates/index.html
  • Loading branch information
underyx authored and martonbognar committed Apr 12, 2014
2 parents 9bcd714 + cb4199b commit 5527b94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions duchess/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
</head>
<body>
<section class='hero'>
<video class='background' loop autoplay style='opacity: 0;'>
<source src='{{ url_for('static', filename='media/background.webm') }}' type='video/webm'>
</video>
<video class='intro' autopreload>
<source src='{{ url_for('static', filename='media/thecookiefactory-logo.webm') }}' type='video/webm'>
</video>
<h1>Duchess</h1>
<div class='buttons'>
<button class='start' type='button'>Start</button><br>
<a class='load' href='#'>(or load a saved game)</a>
</div>
<video class='background' loop autoplay style='opacity: 0;'>
<source src='{{ url_for('static', filename='media/background.webm') }}' type='video/webm'>
</video>
<video class='intro' preload='auto'>
<source src='{{ url_for('static', filename='media/thecookiefactory-logo.webm') }}' type='video/webm'>
</video>
</section>
<section class='about'>
<h2>About</h2>
Expand Down

0 comments on commit 5527b94

Please sign in to comment.