mirror of
https://github.com/flutter/samples.git
synced 2026-03-27 14:51:45 +00:00
Add web and macos, update android and ios (#223)
This commit is contained in:
10
jsonexample/web/index.html
Normal file
10
jsonexample/web/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>jsonexample</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="main.dart.js" type="application/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user