1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00
Files
samples/gallery/web/index.html
2020-02-05 14:11:54 -05:00

16 lines
253 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Flutter Gallery</title>
<style>
body {
background-color: #030303;
}
</style>
</head>
<body>
<script src="main.dart.js" type="application/javascript"></script>
</body>
</html>