forked from slivero/HTML5-getUserMedia-Experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (25 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title>getUserMedia Demos - Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.css" />
</head>
<body data-role="page">
<header data-role="header"><h1>Home</h1></header>
<section data-role="content">
<h2>getUserMedia Demos</h2>
<ul data-role="listview" data-inset="true">
<li><a href="basic.html#camera" rel="external">Basic Camera</a></li>
</ul>
</section>
<footer data-role="footer">Developed by Oliver Smith - <a href="http://chemicaloliver.net">chemicaloliver.net</a></footer>
<script src="http://code.jquery.com/jquery-1.6.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.js"></script>
</body>
</html>