KurtDu commited on
Commit
09c824e
·
verified ·
1 Parent(s): 5daaa4f

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -8
templates/index.html CHANGED
@@ -71,16 +71,9 @@
71
  </div>
72
 
73
  <div class="text-center">
74
- <button class="btn btn-primary" onclick="redirectToEvaluation()">Start Evaluation</button>
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>