blob: 888f48a1e7aa62a3f8da50b759cb3eb1801d44ea [file] [log] [blame]
<!DOCTYPE html>
<!-- Copyright 2013 The Flutter Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<html>
<head>
<meta charset="UTF-8">
<meta name="google-signin-client_id" content="[YOUR_OAUTH_2_CLIENT_ID_FOR_WEB]" />
<title>Google Sign-in Example</title>
</head>
<body>
<script src="main.dart.js" type="application/javascript"></script>
</body>
</html>