-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 732 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cycle component communication</title>
<meta name="google-signin-client_id" content="376799626044-21nhikhs2rhjbiibmmg0rcqp5ps8c0ph.apps.googleusercontent.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.1.3/material.indigo-pink.min.css">
<script src="https://code.getmdl.io/1.1.3/material.js"></script>
<script src="https://apis.google.com/js/platform.js"></script>
</head>
<body>
<div id="app"></div>
<script src="dist/app.js"></script>
</body>
</html>