|
7 | 7 | "body": [
|
8 | 8 | "<!DOCTYPE html>",
|
9 | 9 | "<html lang=\"en\">",
|
10 |
| - " <head>", |
11 |
| - " <meta charset=\"UTF-8\">", |
12 |
| - " <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">", |
13 |
| - " <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">", |
14 |
| - " ", |
15 |
| - " <!-- Import example style -->", |
16 |
| - " <link rel=\"stylesheet\" href=\"/examamples/example_style.min.css\">", |
17 |
| - " ", |
18 |
| - " <!-- Import neptune ui -->", |
19 |
| - " <link rel=\"stylesheet\" href=\"/neptune.css\">", |
20 |
| - " ", |
21 |
| - " <link rel=\"icon\" type=\"image/x-icon\" href=\"/assets/favicon.ico\">", |
22 |
| - " <title>${1:Title} | Neptune examples</title>", |
23 |
| - " </head>", |
24 |
| - " <body>", |
25 |
| - " ${2:Content}", |
26 |
| - " </body>", |
| 10 | + " <head>", |
| 11 | + " <meta charset=\"UTF-8\">", |
| 12 | + " <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">", |
| 13 | + " <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">", |
| 14 | + " ", |
| 15 | + " <!-- Import Neptune CSS -->", |
| 16 | + " <link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/neptunecss@latest/neptune.min.css\">", |
| 17 | + " ", |
| 18 | + " <link rel=\"icon\" type=\"image/x-icon\" href=\"/assets/favicon.ico\">", |
| 19 | + " <title>${1:Title} | Neptune examples</title>", |
| 20 | + " </head>", |
| 21 | + " <body>", |
| 22 | + " ${2:Content}", |
| 23 | + " ", |
| 24 | + " <!-- Import Neptune JS -->", |
| 25 | + " <script type=\"module\" src=\"https://cdn.jsdelivr.net/npm/neptunecss-js@latest/neptune.min.js\"></script>", |
| 26 | + " </body>", |
27 | 27 | "</html>"
|
28 | 28 | ],
|
29 | 29 | "description": "Neptune example page template"
|
|
0 commit comments