-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 735 Bytes
/
index.html
File metadata and controls
27 lines (24 loc) · 735 Bytes
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- basic.html -->
<title>webAPI.html</title>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>web-API</h1>
<p>
This Website is all about web-API's and how to use them correctly.
Take a look!
<ul>
<li><a href="vibrationAPI.html"> Vibration API</a></li>
<li><a href="notificationAPI.html"> Notification API</a></li>
<li><a href="geolocationAPI.html"> Geolocation API</a></li>
<li><a href="cameraAPI.html"> Camera API</a></li>
<li><a href="nwinfo.html"> Network Information API</a></li>
<li><a href="pgvisibility.html"> Page visibility API</a></li>
</ul>
</p>
</body>
</html>