addin dev folder

This commit is contained in:
2025-03-04 02:25:35 +00:00
parent 8d352cc634
commit 982d7340f3
20 changed files with 15813 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
RewriteEngine On
# Allow direct access to existing files and folders
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
# Redirect all other requests to index.html
RewriteRule ^.*$ /dev/interactive-angular-map/index.html [L]

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en" data-beasties-container>
<head>
<meta charset="utf-8">
<title>Interactive Map</title>
<base href="/dev/interactive-angular-map/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>body,html{margin:0;padding:0}</style><link rel="stylesheet" href="styles-U3BIK65T.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles-U3BIK65T.css"></noscript></head>
<body>
<app-root></app-root>
<script src="polyfills-FFHMD2TL.js" type="module"></script><script src="main-4Z6S77FU.js" type="module"></script></body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
body,html{margin:0;padding:0}