-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathserver_link.html
44 lines (44 loc) · 1.42 KB
/
server_link.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
44
<html>
<body id="data_background">
<head>
<meta charset="UTF-8"/>
<title>MediaKraken Multimedia Suite - How it works</title>
<meta name="description" content="General Server how-to 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;">How the MediaKraken server links works.</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;">What the linked server(s) do</h2>
<BR>
<ul style="color:white;">
<li>Allow multiple central servers to communicate over TCP/IP.
<li>Link as many as you want.
</ul>
</div>
</div>
</div>
<div id="footer"></div>
<script>
$("#header").load("header.html");
$("#footer").load("footer.html");
</script>
</body>
</html>