mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
546 B
19 lines
546 B
5 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-67589403-8"></script>
|
||
|
<script>
|
||
|
window.dataLayer = window.dataLayer || [];
|
||
|
function gtag(){dataLayer.push(arguments);}
|
||
|
gtag('js', new Date());
|
||
|
gtag('config', 'UA-67589403-8');
|
||
|
</script>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>Charts - Flutter web sample</title>
|
||
|
<script defer src="main.dart.js" type="application/javascript"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|