Эх сурвалжийг харах

Move web files to subdir (except index.html since that has to be at the top)

Kirk Trombley 2 жил өмнө
parent
commit
bb2d0f7f3b
3 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      index.html
  2. 0 0
      web/main.js
  3. 0 0
      web/styles.css

+ 2 - 2
index.html

@@ -3,12 +3,12 @@
   <head>
     <meta charset="utf-8" />
     <title>Pokemon By Color</title>
-    <link rel="stylesheet" href="styles.css" />
+    <link rel="stylesheet" href="web/styles.css" />
     <script src="https://unpkg.com/d3-color@3.0.1/dist/d3-color.min.js"></script>
     <script src="https://unpkg.com/d3-cam02@0.1.5/build/d3-cam02.min.js"></script>
     <script src="https://unpkg.com/fuse.js@6.5.3/dist/fuse.min.js"></script>
     <script src="data/database-v3.js"></script>
-    <script src="main.js" defer></script>
+    <script src="web/main.js" defer></script>
   </head>
   <body>
     <noscript>Requires javascript</noscript>

+ 0 - 0
main.js → web/main.js


+ 0 - 0
styles.css → web/styles.css