Skip to content

Commit

Permalink
added livecount
Browse files Browse the repository at this point in the history
  • Loading branch information
rndexe authored Sep 19, 2020
1 parent 7a81678 commit 46ce8ca
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions player.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="css/livetheatre.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
<title>LIVE THEATRE</title>
<script src="js/livetheatre.js" async></script>
</head>
<head>
<link rel="stylesheet" href="css/livetheatre.css">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
<title>LIVE THEATRE</title>
<script src="js/livetheatre.js" async></script>
</head>
<body>
<div class="wrap">

Expand All @@ -15,6 +15,11 @@

</div>

<div id="live">
<span class = "blinking"></span>
<span id= "liveCounter">10</span>
</div>

<div class="controls">

<div class="playbar">
Expand Down

0 comments on commit 46ce8ca

Please sign in to comment.