Procházet zdrojové kódy

Absolute script paths

So that it works with URL rewriting on the server
crobi před 9 roky
rodič
revize
5e89feffe3
1 změnil soubory, kde provedl 5 přidání a 5 odebrání
  1. 5
    5
      client/index.html

+ 5
- 5
client/index.html Zobrazit soubor

@@ -3,17 +3,17 @@
3 3
   <head>
4 4
     <meta charset="utf-8">
5 5
     <title>RPG Cards</title>
6
-    <link rel="stylesheet" href="./css/rpg-cards.css">
7
-    <link rel="stylesheet" href="./css/semanticui/icon.css">
6
+    <link rel="stylesheet" href="/css/rpg-cards.css">
7
+    <link rel="stylesheet" href="/css/semanticui/icon.css">
8 8
   </head>
9 9
   <body>
10 10
       <div id="cardeditor"></div>
11 11
       <!-- libraries -->
12
-      <script src="js/react.js"></script>
13
-      <script src="js/page.js"></script>
12
+      <script src="/js/react.js"></script>
13
+      <script src="/js/page.js"></script>
14 14
 
15 15
       <!-- teh app -->
16
-      <script src="js/app.js"></script>
16
+      <script src="/js/app.js"></script>
17 17
 
18 18
       <script>rpgcards.bootstrap();</script>
19 19
   </body>

Loading…
Zrušit
Uložit