1
1
<!DOCTYPE html>
2
2
< html ng-app ="catsvsdogs ">
3
- < head >
3
+
4
+ < head >
4
5
< meta charset ="utf-8 ">
5
- < title > Cats vs Dogs -- Result</ title >
6
+ < title > Tugbot vs Pumba -- Result</ title >
6
7
< base href ="/index.html ">
7
- < meta name = "viewport " content = "width=device-width, initial-scale = 1.0 ">
8
+ < meta name = "viewport " content = "width=device-width, initial-scale = 1.0 ">
8
9
< meta name ="keywords " content ="docker-compose, docker, stack ">
9
10
< meta name ="author " content ="Docker ">
10
11
< link rel ='stylesheet ' href ='/stylesheets/style.css ' />
11
- </ head >
12
- < body ng-controller ="statsCtrl " >
13
- < div id ="background-stats ">
14
- < div id ="background-stats-1 ">
15
- </ div > <!--
16
- --> < div id ="background-stats-2 ">
17
- </ div >
12
+ </ head >
13
+
14
+ < body ng-controller ="statsCtrl ">
15
+ < div id ="background-stats ">
16
+ < div id ="background-stats-1 ">
17
+ </ div >
18
+ <!--
19
+ -->
20
+ < div id ="background-stats-2 ">
21
+ </ div >
18
22
</ div >
19
23
< div id ="content-container ">
20
- < div id ="content-container-center ">
21
- < div id ="choice ">
22
- < div class ="choice cats ">
23
- < div class ="label "> Cats</ div >
24
- < div class ="stat "> {{aPercent | number:1}}%</ div >
25
- </ div >
26
- < div class ="divider "> </ div >
27
- < div class ="choice dogs ">
28
- < div class ="label "> Dogs</ div >
29
- < div class ="stat "> {{bPercent | number:1}}%</ div >
30
- </ div >
24
+ < div id ="content-container-center ">
25
+ < div id ="choice ">
26
+ < div class ="choice cats ">
27
+ < div class ="label "> Tugbot</ div >
28
+ < div class ="stat "> {{aPercent | number:1}}%</ div >
29
+ </ div >
30
+ < div class ="divider "> </ div >
31
+ < div class ="choice dogs ">
32
+ < div class ="label "> Pumba</ div >
33
+ < div class ="stat "> {{bPercent | number:1}}%</ div >
34
+ </ div >
35
+ </ div >
31
36
</ div >
32
- </ div >
33
37
</ div >
34
38
< div id ="result ">
35
- < span ng-if ="total == 0 "> No votes yet</ span >
36
- < span ng-if ="total == 1 "> {{total}} vote</ span >
37
- < span ng-if ="total >= 2 "> {{total}} votes</ span >
39
+ < span ng-if ="total == 0 "> No votes yet</ span >
40
+ < span ng-if ="total == 1 "> {{total}} vote</ span >
41
+ < span ng-if ="total >= 2 "> {{total}} votes</ span >
38
42
</ div >
39
43
< script src ="socket.io.js "> </ script >
40
44
< script src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.5/angular.min.js "> </ script >
41
45
< script src ="app.js "> </ script >
42
- </ body >
43
- </ html >
46
+ </ body >
47
+
48
+ </ html >
0 commit comments