mirror of
https://github.com/jlengrand/polymer-summit-whose-flag-polymer-3.git
synced 2026-03-10 08:41:17 +00:00
19 lines
550 B
HTML
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'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>
|