Skip to content

Commit a0bede2

Browse files
committed
1 parent 581ddf4 commit a0bede2

3 files changed

Lines changed: 22334 additions & 689 deletions

File tree

latest/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
<!doctype html>
22
<head lang="en">
3-
<meta charset="utf-8" />
4-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
5-
<link rel="shortcut icon" type="image/x-icon" href="assets/icons/favicon.ico" />
6-
<link rel="stylesheet" href="styles/global.css" />
3+
<meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
5+
<title>WebComponents Preview</title>
6+
<!-- eslint-disable-next-line @html-eslint/attrs-newline -->
7+
<link rel="shortcut icon" type="image/x-icon" href="assets/icons/favicon.ico">
8+
<link rel="stylesheet" href="styles/global.css">
79
</head>
810

911
<body>
12+
<!-- eslint-disable-next-line @html-eslint/attrs-newline -->
1013
<wcp-root config-url="config.json" manifest-url="custom-elements.json" reload-query-param="wcp-hot-reload"></wcp-root>
1114

15+
<!-- eslint-disable-next-line @html-eslint/use-baseline -->
1216
<script type="importmap">
1317
{
1418
"imports": {

0 commit comments

Comments
 (0)