-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta name=description content="Lightweight Vue component for drawing pure CSS donut charts"><meta name=keywords content="Donut,chart,vue,component,css,pure css"><meta name=author content=dumptyd><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=/vue-css-donut-chart/favicon.png><title>vue-css-donut-chart - Lightweight Vue component for drawing pure CSS donut charts</title><link href=/vue-css-donut-chart/css/app.3c57fb9a.css rel=preload as=style><link href=/vue-css-donut-chart/js/app.ed17be30.js rel=modulepreload as=script><link href=/vue-css-donut-chart/js/chunk-vendors.2d0fc556.js rel=modulepreload as=script><link href=/vue-css-donut-chart/css/app.3c57fb9a.css rel=stylesheet></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 defer src=https://static.cloudflareinsights.com/beacon.min.js data-cf-beacon='{"token": "11339a1546ce47ccb1e9ce95f0273a64"}'></script><script type=module src=/vue-css-donut-chart/js/chunk-vendors.2d0fc556.js></script><script type=module src=/vue-css-donut-chart/js/app.ed17be30.js></script><script>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()},!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script><script src=/vue-css-donut-chart/js/chunk-vendors-legacy.398a3bea.js nomodule></script><script src=/vue-css-donut-chart/js/app-legacy.2f8adc3c.js nomodule></script></body></html> | ||
<!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="/vue-css-donut-chart/favicon.png"> | ||
<title> | ||
vue-css-donut-chart - Lightweight Vue component for creating donut charts | ||
</title> | ||
<script type="module" crossorigin src="/vue-css-donut-chart/assets/index-B6SDsV4t.js"></script> | ||
<link rel="stylesheet" crossorigin href="/vue-css-donut-chart/assets/index-XYF1-q4N.css"> | ||
</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> | ||
|
||
<!-- 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> |