1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00
Files
samples/animations/web/index.html
Thea Flowers 74c1777b2a touch ./animations (#148)
* Update project structure using flutter create and remove unused tests
* Small updates to main.dart
* Update maintenance.md
* Add missing newline
* Add rudimentary test
* Apply formatting
2019-10-07 14:57:12 -07:00

11 lines
183 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>animations</title>
</head>
<body>
<script src="main.dart.js" type="application/javascript"></script>
</body>
</html>