-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscreenshots.html
44 lines (43 loc) · 1.34 KB
/
screenshots.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<html>
<body id="data_background">
<head>
<meta charset="UTF-8"/>
<title>MediaKraken Multimedia Suite - Screenshots</title>
<meta name="description" content="Screenshots for MediaKraken multimedia suite.">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="./static/css/web_layout.css" media="all" type="text/css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<h1 align="center" style="color:white;">MediaKraken application suite screenshots</h1>
<BR>
<div id="header"></div>
<BR>
<BR>
<BR>
<div class="row-fluid">
<div class="col-sm-12">
<div class="col-sm-8 col-sm-offset-2">
<h2 style="color:white;">Web GUI</h2>
<BR>
<h2 style="color:white;">Theater Controller</h2>
<BR>
<h2 style="color:white;">Theater Client</h2>
</div>
</div>
</div>
<div id="footer"></div>
<script>
$("#header").load("header.html");
$("#footer").load("footer.html");
</script>
</body>
</html>