5m4ck3r commited on
Commit
d5562bc
·
verified ·
1 Parent(s): 30daf55

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -5
templates/index.html CHANGED
@@ -51,13 +51,10 @@
51
  </button>
52
  <button id="aiBtn" class="action-btn ai-btn">
53
  <span class="material-icons">psychology</span>
54
- AI
55
  </button>
56
  <button id="submitBtn" class="action-btn submit-btn">
57
  <span class="material-icons">upload_file</span>
58
- Submit
59
  </button>
60
- <p id="result">Testing</p>
61
  </div>
62
  </div>
63
  </div>
@@ -68,5 +65,4 @@
68
  <script src="{{ url_for('static', filename='js/pages.js') }}"></script>
69
  <script src="{{ url_for('static', filename='js/script.js') }}"></script>
70
  </body>
71
- </html>
72
- <!-- writeOnCanvasDynamic(whiteboard.pages, "Hello with default font!", 500, 100, null, "Arial", "31px", "black", false); -->
 
51
  </button>
52
  <button id="aiBtn" class="action-btn ai-btn">
53
  <span class="material-icons">psychology</span>
 
54
  </button>
55
  <button id="submitBtn" class="action-btn submit-btn">
56
  <span class="material-icons">upload_file</span>
 
57
  </button>
 
58
  </div>
59
  </div>
60
  </div>
 
65
  <script src="{{ url_for('static', filename='js/pages.js') }}"></script>
66
  <script src="{{ url_for('static', filename='js/script.js') }}"></script>
67
  </body>
68
+ </html>