Spaces:
Running
Running
BraydenMoore
commited on
Commit
•
2c16f09
1
Parent(s):
e82c85e
Update styling
Browse files- web/templates/index.html +1 -1
web/templates/index.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
|
5 |
<title>What Plant Is This?</title>
|
6 |
<link rel="stylesheet" href="static/styles.css">
|
7 |
<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">
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5 |
<title>What Plant Is This?</title>
|
6 |
<link rel="stylesheet" href="static/styles.css">
|
7 |
<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">
|