File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
6
< link href ="css/bootstrap.min.css " rel ="stylesheet " media ="screen " />
7
7
< link href ="css/app.css " rel ="stylesheet " media ="screen " />
8
+ < meta http-equiv ="refresh " content ="60 ">
8
9
</ head >
9
10
< body >
10
11
< div class ="container ">
11
12
< div class ="row challenge-details ">
12
13
< div class ="col-md-12 ">
13
14
< div class ="bs-callout bs-callout-info ">
14
15
< h4 > {{challenge.title}}</ h4 >
15
- < div class ="challenge-info "> {{challenge.description}}</ div >
16
+ < div class ="challenge-info "> < pre > {{challenge.description}}</ pre > </ div >
16
17
17
18
< h4 > Example</ h4 >
18
- < div class ="challenge-example "> {{challenge.example}}</ div >
19
+ < div class ="challenge-example "> < pre > {{challenge.example}}</ pre > </ div >
19
20
</ div >
20
21
21
22
< div class ="clock "> Time remaining: < span > {{clock}}</ span > </ div >
You can’t perform that action at this time.
0 commit comments