-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscreen.html
More file actions
32 lines (29 loc) · 1.32 KB
/
screen.html
File metadata and controls
32 lines (29 loc) · 1.32 KB
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
30
31
32
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AirConsole Screen - airconsole.com</title>
<link rel="stylesheet" type="text/css" href="https://www.airconsole.com/file/main.css">
<link href="https://fonts.googleapis.com/css?family=Play:400" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles/shared.css">
<link rel="stylesheet" type="text/css" href="styles/screen.css">
</head>
<body class="bright shade-bg">
<div class="row-v row-center total-height text-center">
<h1 class="punch">AirConsole API Examples</h1>
<div class="text">
This project includes examples for the AirConsole API.<br>
Choose a topic on the controller to see a demo.
<br><br>
<h3>Find the code at:</h3>
<a href="https://github.com/AirConsole/airconsole-api-examples" class="punch">
github.com/AirConsole/airconsole-api-examples
</a>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="//www.airconsole.com/api/airconsole-latest.js"></script>
<script type="text/javascript" src="js/main_screen.js"></script>
</body>
</html>