2015-06-09 17:40:42 +01:00
|
|
|
<!doctype html>
|
2015-06-15 17:06:34 +01:00
|
|
|
<html lang="en" style="height: 100%; overflow: hidden">
|
2015-06-09 17:40:42 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2015-07-19 13:44:36 +01:00
|
|
|
<title>vector</title>
|
2015-07-20 08:23:55 -07:00
|
|
|
<link href='fonts/Lato.css' rel='stylesheet' type='text/css'>
|
2015-06-09 17:40:42 +01:00
|
|
|
</head>
|
2015-07-07 17:45:45 +01:00
|
|
|
<body style="height: 100%;">
|
2015-07-17 16:42:16 +01:00
|
|
|
<audio id="ringbackAudio" loop>
|
|
|
|
<source src="media/ringback.ogg" type="audio/ogg" />
|
|
|
|
<source src="media/ringback.mp3" type="audio/mpeg" />
|
|
|
|
</audio>
|
|
|
|
<audio id="callendAudio">
|
|
|
|
<source src="media/callend.ogg" type="audio/ogg" />
|
|
|
|
<source src="media/callend.mp3" type="audio/mpeg" />
|
|
|
|
</audio>
|
|
|
|
<audio id="busyAudio">
|
|
|
|
<source src="media/busy.ogg" type="audio/ogg" />
|
|
|
|
<source src="media/busy.mp3" type="audio/mpeg" />
|
|
|
|
</audio>
|
2015-07-07 17:45:45 +01:00
|
|
|
<section id="matrixchat" style="height: 100%;"></section>
|
2015-06-09 17:40:42 +01:00
|
|
|
<script src="bundle.js"></script>
|
2015-07-03 15:56:04 +01:00
|
|
|
<link rel="stylesheet" href="node_modules/matrix-react-sdk/bundle.css">
|
2015-06-09 17:40:42 +01:00
|
|
|
</body>
|
|
|
|
</html>
|