Spaces:
Running
Running
File size: 3,268 Bytes
829f2ca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | <!-- <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CHATGS</title>
<link rel="icon" href="🚀" type="image/icon type">
<link rel="stylesheet" type="text/css" href="/static/styles.css">
<style>
#progressMessage {
margin-top: 10px;
font-size: 18px;
font-weight: bold;
color: #4CAF50;
}
</style>
</head>
<body>
<div class="top-nav">
<h3 style="font-size: 40px; margin: auto;">Chat_GeoSpatial (Chat_GS)</h3>
</div>
<nav class="nav">
<img class="nav-img" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Indian_Space_Research_Organisation_Logo.svg/2119px-Indian_Space_Research_Organisation_Logo.svg.png" alt="NRSC-ISRO logo">
<ul>
<li class="active"><a href="/" style="padding: 12px;">Home</a></li>
<br>
<li class="about"><a href="/about">About</a></li>
<br>
<li class="tutorial"><a href="/tutorial">Tutorial</a></li>
<br>
<li class="info"><a href="/info">Reservoirs Info</a></li>
</ul>
</nav>
<div class="center-container">
<div class="video-container">
<video autoplay muted loop id="background-video">
<source src="{{ url_for('static', filename='assets/video.mp4') }}" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</body>
</html> -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CHATGS</title>
<link rel="icon" href="🚀" type="image/icon type">
<link rel="stylesheet" type="text/css" href="/static/styles.css">
<style>
#progressMessage {
margin-top: 10px;
font-size: 18px;
font-weight: bold;
color: #4CAF50;
}
</style>
</head>
<body>
<div class="top-nav">
<h3 style="font-size: 40px; margin: auto;">Chat_GeoSpatial (Chat_GS)</h3>
</div>
<nav class="nav">
<img class="nav-img" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/bd/Indian_Space_Research_Organisation_Logo.svg/2119px-Indian_Space_Research_Organisation_Logo.svg.png" alt="NRSC-ISRO logo">
<ul>
<li class="active"><a href="/" style="padding: 12px;">Home</a></li>
<br>
<li class="about"><a href="/about">About</a></li>
<br>
<li class="tutorial"><a href="/tutorial">Tutorial</a></li>
<br>
<li class="info"><a href="/info">Reservoirs Info</a></li>
</ul>
</nav>
<div class="center-container">
<div class="video-container">
<video autoplay muted loop id="background-video">
<source src="{{ url_for('static', filename='assets/video.mp4') }}" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</body>
</html> |