Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -8
templates/index.html
CHANGED
@@ -71,16 +71,9 @@
|
|
71 |
</div>
|
72 |
|
73 |
<div class="text-center">
|
74 |
-
<
|
75 |
</div>
|
76 |
</div>
|
77 |
-
|
78 |
-
<script>
|
79 |
-
function redirectToEvaluation() {
|
80 |
-
// Replace this URL with the actual URL of the external webpage for the evaluation
|
81 |
-
window.location.href = "http://71.132.14.167:6002/";
|
82 |
-
}
|
83 |
-
</script>
|
84 |
</body>
|
85 |
|
86 |
</html>
|
|
|
71 |
</div>
|
72 |
|
73 |
<div class="text-center">
|
74 |
+
<a href="http://71.132.14.167:6002/" target="_blank" class="btn btn-primary">Start Evaluation</a>
|
75 |
</div>
|
76 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
</body>
|
78 |
|
79 |
</html>
|