BraydenMoore commited on
Commit
44ec6b0
·
1 Parent(s): 89d8e0d

Update styling

Browse files
Files changed (1) hide show
  1. web/templates/index.html +4 -2
web/templates/index.html CHANGED
@@ -1,6 +1,8 @@
1
  <head>
2
  <title>What Plant Is This?</title>
3
- <link rel="stylesheet" href="styles.css">
 
 
4
  <link rel="icon" type="image/png" href="https://images.squarespace-cdn.com/content/v1/64790f5777b5d772678cce83/6d71eaee-f825-4324-be9b-2def32469eac/Untitled+drawing+%2811%29.png?format=100w">
5
  </head>
6
 
@@ -41,5 +43,5 @@
41
 
42
  <!-- Scripts -->
43
  <script src="https://cdn.jsdelivr.net/gh/alexcorvi/heic2any/dist/heic2any.js"></script>
44
- <script src="script.js"></script>
45
  </body>
 
1
  <head>
2
  <title>What Plant Is This?</title>
3
+ <h1>What Plant is This?</h1>
4
+ <p> Have a neural net try to identify the plant you found.</p>
5
+ <link rel="stylesheet" href="static/styles.css">
6
  <link rel="icon" type="image/png" href="https://images.squarespace-cdn.com/content/v1/64790f5777b5d772678cce83/6d71eaee-f825-4324-be9b-2def32469eac/Untitled+drawing+%2811%29.png?format=100w">
7
  </head>
8
 
 
43
 
44
  <!-- Scripts -->
45
  <script src="https://cdn.jsdelivr.net/gh/alexcorvi/heic2any/dist/heic2any.js"></script>
46
+ <script src="static/script.js"></script>
47
  </body>