42 lines
1.9 KiB
Plaintext
42 lines
1.9 KiB
Plaintext
<!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">
|
|
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="/assets/style.css">
|
|
|
|
<!-- Add Material font (Roboto) and Material icon as needed -->
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i|Roboto+Mono:300,400,700|Roboto+Slab:300,400,700" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
<!-- Add Material CSS, replace Bootstrap CSS -->
|
|
<link href="/assets/material/material.min.css" rel="stylesheet">
|
|
|
|
<!-- GOOGLE ICONS -->
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
|
|
|
|
<!-- LEAFLET FOR MAP -->
|
|
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css" integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI=" crossorigin="" />
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol/dist/L.Control.Locate.min.css" />
|
|
|
|
<title>PhotoSphereStudio - Upload 360° Photos to Google Maps</title>
|
|
</head>
|
|
<body class="bg-dark-2">
|
|
<header>
|
|
<nav class="navbar navbar-expand-lg navbar-dark bg-info">
|
|
<a class="navbar-brand" href="/">
|
|
|
|
<span>
|
|
<img src="/assets/icons/icon.png" alt="Icon" id="icon">
|
|
PhotoSphereStudio
|
|
</span></a>
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
</nav>
|
|
</header>
|
|
|
|
<div align="center"> |