-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (74 loc) · 3.24 KB
/
index.html
File metadata and controls
93 lines (74 loc) · 3.24 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TEXTv2</title>
<!-- Compiled and minified CSS -->
<link href="https://fonts.googleapis.com/css?family=Merienda+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body class="red accent-3 ">
<nav class="nav-extended white hide-on-small-only" id="nav">
<div class="nav-wrapper">
<div class="container valign-wrapper ">
<div class="row">
<div class=" offset-s3 col s3">
<img class="responsive-img circle logo" src="assets/img/v.jpeg" alt="">
</div>
<div class="col s6 red-text text-accent-3 ">
<h1 class="left-align"> Test v²</h1>
</div>
</div>
</div>
</div>
</nav>
<section class="section center-aling red accent-3 " id="askBox">
<div class="container center white-text" id="init">
<h2 id="mainTitle">Let's go</h2>
<br>
<span><a class="waves-effect waves-white pulse btn-floating btn-large white red-text text-accent-3" name="action" id="play">Play</a></span>
</div>
<div class="container center white-text " id ="testZone">
<div class="row" id="askB">
<!-- nexquestion
<p><strong>${ques}?</strong></p>
<div class="col s12">
<form action="#" class="col s6 offset-s3 white z-depth-4">
<p>
<input name="group1" type="radio" value="True" id="test1" />
<label for="test1">True</label>
</p>
<p>
<input name="group1" type="radio" value="False" id="test2"/>
<label for="test2">False</label>
</p>
</form>
<div class='col s12' id="aNewBotton"></a>
</div>
</div> -->
<!-- respuestas <div class="col s6 offset-s3">
<h3>Test Over</h3>
<img class="responsive-img circle result" src="assets/img/error.jpeg" alt="">
<table class="centered">
<thead>
<th>Right Answers:</th>
<th>${countSucees} / 10</th>
</thead>
</table>
<p><strong>mensaje</strong></p>
<span><a class="waves-effect waves-white pulse btn-floating btn-large white red-text text-accent-3" name="action" id="replay">rePlay</a></span>
</div> -->
</div>
</div>
</section>
<footer class="center white-text hide light">© <a href="#" class="white-text" target="_blank">THE V POWER 2018</a></footer>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>