InnoLink commited on
Commit
b48edc8
·
verified ·
1 Parent(s): 3175b6a

Update index.HTML

Browse files
Files changed (1) hide show
  1. index.HTML +3 -3
index.HTML CHANGED
@@ -8,9 +8,9 @@
8
  <meta />
9
  <meta />
10
  <meta />
11
- <link rel="stylesheet" href="styles.css" />
12
- <link rel="stylesheet" href="/static/bootstrap.min.css" />
13
- <script type="module" src="script.js"></script>
14
  <!-- <script type="text/javascript" href="static/bootstrap.bundle.min.js" /> -->
15
  </head>
16
  <body>
 
8
  <meta />
9
  <meta />
10
  <meta />
11
+ <link rel="stylesheet" href="static/styles.css" />
12
+ <link rel="stylesheet" href="static/bootstrap.min.css" />
13
+ <script type="module" src="static/script.js"></script>
14
  <!-- <script type="text/javascript" href="static/bootstrap.bundle.min.js" /> -->
15
  </head>
16
  <body>