This repository was archived by the owner on Jan 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
WebApplication/1_StaticWebHosting/website Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ WildRydes.map = WildRydes.map || {};
39
39
} ) ;
40
40
41
41
var unicornSymbol = new PictureMarkerSymbol ( {
42
- url : '/ images/unicorn-icon.png' ,
42
+ url : 'images/unicorn-icon.png' ,
43
43
width : '25px' ,
44
44
height : '25px'
45
45
} ) ;
Original file line number Diff line number Diff line change 15
15
< link rel ="stylesheet " href ="css/font.css ">
16
16
< link rel ="stylesheet " href ="css/normalize.css ">
17
17
< link rel ="stylesheet " href ="css/index.css ">
18
- < link rel ="stylesheet " href ="/ css/message.css ">
18
+ < link rel ="stylesheet " href ="css/message.css ">
19
19
</ head >
20
20
< body >
21
21
<!--[if lt IE 7]>
Original file line number Diff line number Diff line change 14
14
15
15
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " integrity ="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u " crossorigin ="anonymous ">
16
16
< link rel ="stylesheet " href ="https://js.arcgis.com/4.3/esri/css/main.css ">
17
- < link rel ="stylesheet " href ="/ css/ride.css ">
18
- < link rel ="stylesheet " href ="/ css/message.css ">
17
+ < link rel ="stylesheet " href ="css/ride.css ">
18
+ < link rel ="stylesheet " href ="css/message.css ">
19
19
</ head >
20
20
21
21
< body >
Original file line number Diff line number Diff line change 15
15
< link rel ="stylesheet " href ="css/font.css ">
16
16
< link rel ="stylesheet " href ="css/normalize.css ">
17
17
< link rel ="stylesheet " href ="css/index.css ">
18
- < link rel ="stylesheet " href ="/ css/message.css ">
18
+ < link rel ="stylesheet " href ="css/message.css ">
19
19
</ head >
20
20
< body >
21
21
<!--[if lt IE 7]>
Original file line number Diff line number Diff line change 15
15
< link rel ="stylesheet " href ="css/font.css ">
16
16
< link rel ="stylesheet " href ="css/normalize.css ">
17
17
< link rel ="stylesheet " href ="css/index.css ">
18
- < link rel ="stylesheet " href ="/ css/message.css ">
18
+ < link rel ="stylesheet " href ="css/message.css ">
19
19
</ head >
20
20
< body >
21
21
<!--[if lt IE 7]>
You can’t perform that action at this time.
0 commit comments