Spaces:
Sleeping
Sleeping
AdityaAdaki
commited on
Commit
·
b0b8a40
1
Parent(s):
8fc5213
css
Browse files- templates/index.html +7 -3
templates/index.html
CHANGED
@@ -1,10 +1,14 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
|
6 |
-
<link rel="stylesheet" href="/static/css/styles.css" />
|
7 |
-
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="container">
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Satellite Image Analyzer</title>
|
7 |
+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
|
8 |
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
9 |
+
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
10 |
+
<link rel="stylesheet" href="{{ url_for('static', filename='css/styles.css') }}">
|
11 |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
|
|
|
|
|
12 |
</head>
|
13 |
<body>
|
14 |
<div class="container">
|