UNPKG

483 BHTMLView Raw
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="UTF-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta http-equiv="X-UA-Compatible" content="ie=edge">
7 <title>extra.css | Sparkles</title>
8 <link rel="stylesheet" href="./style.css">
9</head>
10<body>
11 <h1>Hello World</h1>
12
13 <script>
14 if ('paintWorklet' in CSS) {
15 CSS.paintWorklet.addModule('./worklet.js');
16 }
17 </script>
18 <script src='properties.js'></script>
19</body>
20</html>
\No newline at end of file