mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
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
This commit is contained in:
10
animations/web/index.html
Normal file
10
animations/web/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>animations</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="main.dart.js" type="application/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user