Add aus to the board
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
</nav>
|
||||
<div class="header starter-template">
|
||||
<h1 class="bg-danger">Doomsday Status Board:</h1>
|
||||
<h5 class="bg-primary">Days since last update: <span id="days">0</span></h5>
|
||||
<h2 class="bg-warning">Overall Status:</h2>
|
||||
<svg height="200" width="200">
|
||||
<circle cx="100" cy="100" r="80" stroke="gray" stroke-width="3" fill="yellow" />
|
||||
@@ -122,6 +123,13 @@
|
||||
<h4 class="bg-danger">State of Emergency</h4>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h3 class="bg-primary">Austrialan Terrorism Public Alert System:</h3>
|
||||
<svg height="100" width="100">
|
||||
<circle cx="50" cy="50" r="40" stroke="gray" stroke-width="3" fill="orange" />
|
||||
<h4 class="bg-danger">High Risk</h4>
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
<h2>Other:</h2>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user