diff options
author | Malf Furious <m@lfurio.us> | 2016-10-22 00:13:12 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-10-22 00:13:12 -0400 |
commit | 9d0ff6546fb03489bbd127aeec6ee161e204a139 (patch) | |
tree | 3e4624c95293c3000e0dbac095af4a461ae35176 /examples | |
parent | 827a8025ab48dea386b77717f1d1bc30d10ba232 (diff) | |
parent | 35da301d31045b0974100307a7f0f4128b482170 (diff) | |
download | scrott-9d0ff6546fb03489bbd127aeec6ee161e204a139.tar.gz scrott-9d0ff6546fb03489bbd127aeec6ee161e204a139.zip |
Merge branch 'feature/core/groups' into dev
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/example.html b/examples/example.html index e1e5618..778f6d8 100644 --- a/examples/example.html +++ b/examples/example.html @@ -1,5 +1,3 @@ -<!DOCTYPE html> - <html lang="en"> <body> <!--NAVBAR--> @@ -52,15 +50,6 @@ <div class="container"> <div class="well well-lg"> <div class="row"> - <div class="col-md-4"> - <h1>Save the World <span class="glyphicon glyphicon-globe"></span><!--Denoting this pad as globally visible--></h1> - <img src="assets/img/sonic.png" alt="Sonic" class="img-circle" height="50" /> - <span class="glyphicon glyphicon-plus"></span> - <img src="assets/img/tails.png" alt="Miles" class="img-circle" height="50" /> - <img src="assets/img/amy.png" alt="Amy" class="img-circle" height="50" /> - <img src="assets/img/knuckles.png" alt="Knuckles" class="img-circle" height="50" /> - </div> - <div class="col-md-8"> <legend class="text-center">Issue Progress</legend> <div class="progress"> |