2015-06-09 18:40:42 +02:00
|
|
|
<!doctype html>
|
2015-07-22 09:17:15 +02:00
|
|
|
<html lang="en" style="height: 100%;">
|
2015-06-09 18:40:42 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2015-07-23 09:30:16 +02:00
|
|
|
<title>Vector</title>
|
2015-07-20 17:23:55 +02:00
|
|
|
<link href='fonts/Lato.css' rel='stylesheet' type='text/css'>
|
2015-06-09 18:40:42 +02:00
|
|
|
</head>
|
2015-07-07 18:45:45 +02:00
|
|
|
<body style="height: 100%;">
|
2015-07-17 17:42:16 +02: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 18:45:45 +02:00
|
|
|
<section id="matrixchat" style="height: 100%;"></section>
|
2015-06-09 18:40:42 +02:00
|
|
|
<script src="bundle.js"></script>
|
2015-07-03 16:56:04 +02:00
|
|
|
<link rel="stylesheet" href="node_modules/matrix-react-sdk/bundle.css">
|
2015-06-09 18:40:42 +02:00
|
|
|
</body>
|
|
|
|
</html>
|