-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathindex.html
26 lines (25 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Lightweight Vue component for creating donut charts">
<meta name="keywords" content="Donut,chart,vue,component,css,pure css,vue 3">
<meta name="author" content="dumptyd">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.png">
<title>
vue-css-donut-chart - Lightweight Vue component for creating donut charts
</title>
</head>
<body>
<noscript>
<strong>We're sorry but vue-css-donut-chart doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "11339a1546ce47ccb1e9ce95f0273a64"}'></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>