mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 23:08:59 +00:00
16 lines
253 B
HTML
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>
|