BraydenMoore commited on
Commit
89d8e0d
·
1 Parent(s): 7a8c299

Update styling

Browse files
Files changed (1) hide show
  1. web/templates/index.html +22 -4
web/templates/index.html CHANGED
@@ -1,7 +1,8 @@
1
- <div class="header">
2
- <h1>What Plant is This?</h1>
3
- <p> Have a neural net try to identify the plant you found.</p>
4
- </div>
 
5
 
6
  <div class="feature-select">
7
  <label for="feature">This is a picture of a...</label>
@@ -25,3 +26,20 @@
25
  </div>
26
  <img id="uploaded-image" src="#" alt="Uploaded Image" />
27
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
 
7
  <div class="feature-select">
8
  <label for="feature">This is a picture of a...</label>
 
26
  </div>
27
  <img id="uploaded-image" src="#" alt="Uploaded Image" />
28
  </div>
29
+
30
+ <!-- Add the GitHub link and icon below the container -->
31
+ <div class="github-container">
32
+ <a href="https://github.com/brayden1moore/What-Plant-Is-This" target="_blank">
33
+ <img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg" height=20px />
34
+ <p> See the code</p>
35
+ </a>
36
+ </div>
37
+
38
+ <div class="spacing">
39
+ <p><br> <br> <br> </p>
40
+ </div>
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>