addin dev folder
This commit is contained in:
9
dev/interactive-angular-map/.htaccess
Normal file
9
dev/interactive-angular-map/.htaccess
Normal 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]
|
||||
|
||||
258
dev/interactive-angular-map/assets/mapimage.svg
Normal file
258
dev/interactive-angular-map/assets/mapimage.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 1.2 MiB |
BIN
dev/interactive-angular-map/favicon.ico
Normal file
BIN
dev/interactive-angular-map/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
13
dev/interactive-angular-map/index.html
Normal file
13
dev/interactive-angular-map/index.html
Normal 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>
|
||||
8
dev/interactive-angular-map/main-4Z6S77FU.js
Normal file
8
dev/interactive-angular-map/main-4Z6S77FU.js
Normal file
File diff suppressed because one or more lines are too long
2
dev/interactive-angular-map/polyfills-FFHMD2TL.js
Normal file
2
dev/interactive-angular-map/polyfills-FFHMD2TL.js
Normal file
File diff suppressed because one or more lines are too long
1
dev/interactive-angular-map/styles-U3BIK65T.css
Normal file
1
dev/interactive-angular-map/styles-U3BIK65T.css
Normal file
@@ -0,0 +1 @@
|
||||
body,html{margin:0;padding:0}
|
||||
Reference in New Issue
Block a user