forked from kurosawa4434/checkio-mission-halloween-monsters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplates.html
39 lines (36 loc) · 1.27 KB
/
templates.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<script type="text/template" id="template_animation">
<div class="animation-content center-exp">
<div class="treehouse">
Stuck? Check out the fun Python lessons at Treehouse. CheckiO users
get their first month free!
<a href="http://www.checkio.org/redirect/treehouse/?url=http%3A%2F%2Fteamtreehouse.com%2Fjoin%2Fpython%3Fcid%3D3152%26utm_source%3Dcheckio">
Try it free.</a>
</div>
<div class="output"></div>
<div class="explanation center-exp"></div>
<div class="answer"></div>
<div class="call"></div>
</div>
</script>
<script type="text/template" id="template_tryit">
<div class="tryit-content center-exp">
<table class="tool">
<tr>
<td colspan="2">
Enter numbers separated by whitespaces
</td>
</tr>
<tr>
<td>
<input type="text" value="1 2 3 2 1" class="input-list"></td>
<td>
<button class="bn-check btn">TryIt</button>
</td>
</tr>
<tr>
<td colspan="2" class="checkio-result">
</td>
</tr>
</table>
</div>
</script>