Files
polymer-summit-whose-flag-p…/index.html
julien Lengrand-Lambert cd054f294b Start moving to P3.
* Style not working
* Old P2 fies need removing later
2017-08-28 11:46:44 +02:00

19 lines
550 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>whose-flag</title>
<meta name="description" content="A simple game that lets users guess a flag&#39;s country">
<!-- See https://goo.gl/OOhYW5 -->
<link rel="manifest" href="/manifest.json">
<script type="module" src="/src/whose-flag-app/whose-flag-app.js"></script>
</head>
<body>
<whose-flag-app></whose-flag-app>
</body>
</html>