Cleanup, comments, removed ejs stuff
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<title>Index</title>
|
||||
<link rel='stylesheet' href='/stylesheets/bootstrap/bootstrap.min.css' />
|
||||
<link rel='stylesheet' href='/stylesheets/index.css' />
|
||||
<link rel='stylesheet' href='/stylesheets/seven-segment.css' />
|
||||
</head>
|
||||
<body>
|
||||
<body onload="initialUpdate()">
|
||||
|
||||
<div class="d-flex flex-column align-items-center justify-content-center box-time">
|
||||
<div id="durationLeft" class="durationLeft">{{ durationLeft }}</div>
|
||||
<div id="durationLeft" class="durationLeft"></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ title }}</title>
|
||||
<title>IndexScore</title>
|
||||
<link rel='stylesheet' href='/stylesheets/bootstrap/bootstrap.min.css' />
|
||||
<link rel='stylesheet' href='/stylesheets/indexScore.css' />
|
||||
<link rel='stylesheet' href='/stylesheets/seven-segment.css' />
|
||||
@@ -9,7 +9,7 @@
|
||||
<body onload="initialUpdate()">
|
||||
|
||||
<div class="d-flex flex-column align-items-center justify-content-center box-time">
|
||||
<div id="durationLeft" class="durationLeft">{{ durationLeft }}</div>
|
||||
<div id="durationLeft" class="durationLeft"></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user