Files
recipe-app/flutter/web/index.html
T

12 lines
268 B
HTML

<!DOCTYPE html>
<html>
<head>
<base href="/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recipe App</title>
<script src="flutter_bootstrap.js" async></script>
</head>
<body></body>
</html>