Spaces:
Running
Running
alessandro trinca tornidor
commited on
Commit
•
a587bb6
1
Parent(s):
de3808d
feat: avoid 404 for output.css on loading of custom html pages, handle lfs images the right way
Browse files- static/index.html +1 -0
- static/lisa.html +1 -0
- static/public/apple-touch-icon.png +0 -0
- static/public/icon-192.png +0 -0
- static/public/icon-512.png +0 -0
- static/public/marker-icon-exclude-2x.png +0 -0
- static/public/marker-icon-exclude.png +0 -0
- static/public/marker-icon-include-2x.png +0 -0
- static/public/marker-icon-include.png +0 -0
- static/public/marker-shadow.png +0 -0
- static/samgis.html +1 -0
static/index.html
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<link href="output.css" rel="stylesheet" type="text/css">
|
7 |
<link href="dist/output.css" rel="stylesheet" type="text/css">
|
|
|
8 |
<link rel="icon" href="/favicon.ico" sizes="32x32">
|
9 |
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
10 |
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<link href="output.css" rel="stylesheet" type="text/css">
|
7 |
<link href="dist/output.css" rel="stylesheet" type="text/css">
|
8 |
+
<link href="static/output.css" rel="stylesheet" type="text/css">
|
9 |
<link rel="icon" href="/favicon.ico" sizes="32x32">
|
10 |
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
11 |
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
|
static/lisa.html
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<link href="output.css" rel="stylesheet" type="text/css">
|
7 |
<link href="dist/output.css" rel="stylesheet" type="text/css">
|
|
|
8 |
<link rel="icon" href="/favicon.ico" sizes="32x32">
|
9 |
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
10 |
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<link href="output.css" rel="stylesheet" type="text/css">
|
7 |
<link href="dist/output.css" rel="stylesheet" type="text/css">
|
8 |
+
<link href="static/output.css" rel="stylesheet" type="text/css">
|
9 |
<link rel="icon" href="/favicon.ico" sizes="32x32">
|
10 |
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
11 |
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
|
static/public/apple-touch-icon.png
CHANGED
Git LFS Details
|
static/public/icon-192.png
CHANGED
Git LFS Details
|
static/public/icon-512.png
CHANGED
Git LFS Details
|
static/public/marker-icon-exclude-2x.png
CHANGED
Git LFS Details
|
static/public/marker-icon-exclude.png
CHANGED
Git LFS Details
|
static/public/marker-icon-include-2x.png
CHANGED
Git LFS Details
|
static/public/marker-icon-include.png
CHANGED
Git LFS Details
|
static/public/marker-shadow.png
CHANGED
Git LFS Details
|
static/samgis.html
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<link href="output.css" rel="stylesheet" type="text/css">
|
7 |
<link href="dist/output.css" rel="stylesheet" type="text/css">
|
|
|
8 |
<link rel="icon" href="/favicon.ico" sizes="32x32">
|
9 |
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
10 |
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
|
|
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<link href="output.css" rel="stylesheet" type="text/css">
|
7 |
<link href="dist/output.css" rel="stylesheet" type="text/css">
|
8 |
+
<link href="static/output.css" rel="stylesheet" type="text/css">
|
9 |
<link rel="icon" href="/favicon.ico" sizes="32x32">
|
10 |
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
11 |
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
|