Cleanup, formatting, comments, added onclick functions
This commit is contained in:
@@ -8,12 +8,10 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div class="d-flex flex-column align-items-center justify-content-center box-time" style="background-color:brown; ">
|
||||
<div id="durationLeft" class="durationLeft">{{ durationLeft }}</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="d-flex flex-sm-wrap flex-md-wrap text-center align-items-center justify-content-around box-etc" style="background-color:blueviolet;">
|
||||
<div style="background-color:crimson;" class="flex-fill order-sm-1 order-md-1 order-lg-0">
|
||||
<h1>L<br/>LLLLLLLLLLLLLL<br/>L<br/></h>
|
||||
@@ -26,11 +24,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
<script src='/javascripts/bootstrap/bootstrap.bundle.min.js'></script>
|
||||
<script src="/javascripts/socket.io.min.js"></script>
|
||||
<script src="/javascripts/moment.js"></script>
|
||||
<script src="/javascripts/index.js"></script>
|
||||
<script src='/javascripts/bootstrap/bootstrap.bundle.min.js'></script>
|
||||
<script src="/javascripts/socket.io.min.js"></script>
|
||||
<script src="/javascripts/moment.js"></script>
|
||||
<script src="/javascripts/index.js"></script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user