privateuserh commited on
Commit
ce28c4b
·
verified ·
1 Parent(s): b90f782

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -3
index.html CHANGED
@@ -6,8 +6,7 @@
6
  <title>DMIM - Performance Art Trend Explorer</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
- <link rel="stylesheet" href="https://huggingface.co/spaces/privateuserh/dmimtrends/blob/main/styles.css">
10
- <style>
11
  /* Your existing CSS styles */
12
  ::-webkit-scrollbar { width: 4px; }
13
  ::-webkit-scrollbar-track { background: #f1f1f1; }
@@ -37,7 +36,7 @@
37
  </style>
38
  </head>
39
  <body class="bg-gray-50 font-sans text-gray-800">
40
- <script src="https://huggingface.co/spaces/privateuserh/dmimtrends/blob/main/script.js"></script>
41
  <script>
42
  // Set the base URL for your deployed Cloudflare Worker API
43
  // *** IMPORTANT: REPLACE THIS WITH THE ACTUAL URL OF YOUR DEPLOYED CLOUDFLARE WORKER ***
 
6
  <title>DMIM - Performance Art Trend Explorer</title>
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <link rel="stylesheet" href="styles.css"> <style>
 
10
  /* Your existing CSS styles */
11
  ::-webkit-scrollbar { width: 4px; }
12
  ::-webkit-scrollbar-track { background: #f1f1f1; }
 
36
  </style>
37
  </head>
38
  <body class="bg-gray-50 font-sans text-gray-800">
39
+ <script src="script.js"></script>
40
  <script>
41
  // Set the base URL for your deployed Cloudflare Worker API
42
  // *** IMPORTANT: REPLACE THIS WITH THE ACTUAL URL OF YOUR DEPLOYED CLOUDFLARE WORKER ***