mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 23:08:59 +00:00
11 lines
216 B
HTML
11 lines
216 B
HTML
<!-- This file is necessary just to run the e2e tests on the browser -->
|
|
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Browser Tests</title>
|
|
</head>
|
|
<body>
|
|
<script src="main.dart.js"></script>
|
|
</body>
|
|
</html>
|