/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scripts/sample-redirect-template.html
32 строки
942 B
Evert Timberg
Remove old sample files (#8777)
02 апр 2021, 16:10
Не верифицирован
02 апр 2021, 16:10
d4cb431
Код
Авторство
О чём код?
<!doctype html> <html> <head> <title>Chart.js | Samples</title> <link rel="canonical" href="/docs/TAG/samples/" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="refresh" content="0;url=/docs/TAG/samples/" /> <link rel="icon" href="../favicon.ico" /> <link rel="stylesheet" type="text/css" href="../styles.css"> <script> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-28909194-3', 'auto'); ga('send', 'pageview'); </script> </head> <body> <script>location = '/docs/TAG/samples/'</script> </body> </html>