Skip to content

Commit f1f23d8

Browse files
committed
Changed successPage.html
1 parent 96be11c commit f1f23d8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

db.sqlite3

0 Bytes
Binary file not shown.

nobiasapp/templates/successPage.html

+3
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,14 @@ <h1> Hello </h1>
5050

5151
<div class="box">
5252
<h2>Successfully submitted links</h2>
53+
<br>
54+
<h2 style="font-weight: 200; text-align: center ;"> Polarity Bar</h2> <br>
5355
<div class="progress-bar">
5456
<div class="section red-section" style="width: 30%"></div>
5557
<div class="section grey-section" style="width: 40%;"></div>
5658
<div class="section green-section" style="width: 30%;"></div>
5759
</div>
60+
5861
<ul style="list-style-type: none; padding: 0; ">
5962
{% for link in thisVar %}
6063
<li

0 commit comments

Comments
 (0)