-
Notifications
You must be signed in to change notification settings - Fork 0
/
vauva.html
19 lines (19 loc) · 1018 Bytes
/
vauva.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Itkuhälytin</title>
<script type="text/javascript" src="jquery.min.js" ></script>
<script type="text/javascript" src="janus.js" ></script>
<script type="text/javascript" src="vauva.js"></script>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
</head>
<body background="tausta.jpg">
<p align="center" style="color: #42a4f4;font: 400 100px/1.5 'Pacifico', Helvetica, sans-serif;margin-top: 0px;margin-block-end: 0;">Teuvo-cam</p>
<div style="display:flex;justify-content:center;align-items:center;">
<video class="rounded centered" id="remotevideo" autoplay="" width="640" height="480"></video>
</div>
</body>
</html>