mirror of
https://github.com/jlengrand/polymer-summit-whose-flag.git
synced 2026-03-10 08:41:25 +00:00
19 lines
620 B
HTML
19 lines
620 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's country">
|
|
|
|
<!-- See https://goo.gl/OOhYW5 -->
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<script src="/bower_components/webcomponentsjs/webcomponents-loader.js"></script>
|
|
|
|
<link rel="import" href="/src/whose-flag-app/whose-flag-app.html">
|
|
</head>
|
|
<body>
|
|
<whose-flag-app></whose-flag-app>
|
|
|
|
|
|
</body></html> |