Update static/we_wallpaper_1/index.html
Browse files- static/we_wallpaper_1/index.html +25 -24
static/we_wallpaper_1/index.html
CHANGED
|
@@ -1,24 +1,25 @@
|
|
| 1 |
-
<!DOCTYPE html>
|
| 2 |
-
<html lang="en">
|
| 3 |
-
<head>
|
| 4 |
-
<meta charset="UTF-8" />
|
| 5 |
-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 6 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
-
<title>Vite + React + TS</title>
|
| 8 |
-
<script type="module" crossorigin src="
|
| 9 |
-
<link rel="stylesheet" crossorigin href="
|
| 10 |
-
</head>
|
| 11 |
-
<body class="bg-[#1d1d20] text-white min-h-screen flex items-start justify-start p-4 dark:bg-[#1d1d20] dark:text-white">
|
| 12 |
-
<div id="root" class=""></div>
|
| 13 |
-
<!-- particles.js container -->
|
| 14 |
-
<div id="particles-js"></div>
|
| 15 |
-
<!-- Externe Skripte -->
|
| 16 |
-
<script src="/assets/js/particles.min.js"></script>
|
| 17 |
-
<script>
|
| 18 |
-
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
|
| 19 |
-
particlesJS.load("particles-js", "/assets/particles.json", function () {
|
| 20 |
-
console.log("callback - particles.js config loaded");
|
| 21 |
-
});
|
| 22 |
-
</script>
|
| 23 |
-
|
| 24 |
-
</
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8" />
|
| 5 |
+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 7 |
+
<title>Vite + React + TS</title>
|
| 8 |
+
<script type="module" crossorigin src="assets/index.js"></script>
|
| 9 |
+
<link rel="stylesheet" crossorigin href="assets/index.css">
|
| 10 |
+
</head>
|
| 11 |
+
<body class="bg-[#1d1d20] text-white min-h-screen flex items-start justify-start p-4 dark:bg-[#1d1d20] dark:text-white">
|
| 12 |
+
<div id="root" class=""></div>
|
| 13 |
+
<!-- particles.js container -->
|
| 14 |
+
<div id="particles-js"></div>
|
| 15 |
+
<!-- Externe Skripte -->
|
| 16 |
+
<script src="static/we_wallpaper_1/assets/js/particles.min.js"></script>
|
| 17 |
+
<script>
|
| 18 |
+
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
|
| 19 |
+
particlesJS.load("particles-js", "static/we_wallpaper_1/assets/particles.json", function () {
|
| 20 |
+
console.log("callback - particles.js config loaded");
|
| 21 |
+
});
|
| 22 |
+
</script>
|
| 23 |
+
|
| 24 |
+
</body>
|
| 25 |
+
</html>
|