Skip to content

Commit

Permalink
Add test/bundled.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pik committed Oct 26, 2016
1 parent ec560ce commit 99a9f09
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions test/bundled.html
@@ -0,0 +1,27 @@
<!doctype html>

<html>
<head>
<title>interlocutor-app-bundled</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">

<link rel="import" href="../build/bundled/interlocutor-app.html">
</head>
<body>
<h2 style="text-align: center">Interlocutor App Bundled</h2>
<!-- room-id="!rWBJOmFQXtjuMwPLLe:pik-test" -->
<!-- room-id="!JimgvUxVVvdTmXyaeY:pik-test" -->

<demo-room-select app-id='interlocutorApp'>
</demo-room-select>
<interlocutor-app
id='interlocutorApp'
default-login="pik"
default-password="1234"
room-id="!JimgvUxVVvdTmXyaeY:pik-test"
home-server-address="http://localhost:8008">
</interlocutor-app>
</body>
</html>

0 comments on commit 99a9f09

Please sign in to comment.