Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
0301780
1
Parent(s):
74a75f8
Update webpage
Browse files- Templates/index.html +5 -4
Templates/index.html
CHANGED
@@ -130,10 +130,10 @@
|
|
130 |
font-weight: bold;
|
131 |
}
|
132 |
.over {
|
133 |
-
color:
|
134 |
}
|
135 |
.under {
|
136 |
-
color:
|
137 |
}
|
138 |
.na {
|
139 |
color: white;
|
@@ -291,8 +291,9 @@
|
|
291 |
<h1>M A R C I</h1>
|
292 |
<div class="info">
|
293 |
<span class="label"><i>"Moore's Algorithm for Risky Capital Investments"</i></span><br><br>
|
294 |
-
<span class="label">
|
295 |
-
<span class="label">
|
|
|
296 |
</div>
|
297 |
<div class="table-div">
|
298 |
<table id="gameTable">
|
|
|
130 |
font-weight: bold;
|
131 |
}
|
132 |
.over {
|
133 |
+
color: rgb(255, 255, 255);
|
134 |
}
|
135 |
.under {
|
136 |
+
color: rgb(255, 255, 255);
|
137 |
}
|
138 |
.na {
|
139 |
color: white;
|
|
|
291 |
<h1>M A R C I</h1>
|
292 |
<div class="info">
|
293 |
<span class="label"><i>"Moore's Algorithm for Risky Capital Investments"</i></span><br><br>
|
294 |
+
<span class="label"><b>Through Week 2</b></span><br>
|
295 |
+
<span class="label">Winners:</span> {{ winners_correct }}-{{winners_incorrect}} <br>
|
296 |
+
<span class="label">Over/Unders:</span> {{over_unders_correct}}-{{over_unders_incorrect}}<br><br>
|
297 |
</div>
|
298 |
<div class="table-div">
|
299 |
<table id="gameTable">
|