Spaces:
Running
Running
| <!-- <!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> --> | |
| <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> |