-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathindex.html
61 lines (57 loc) · 3.16 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<title>Server Name</title>
<!-- Generate Favicons using https://realfavicongenerator.net/ -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicons/manifest.json">
<link rel="mask-icon" href="assets/img/favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/index.css">
</head>
<body>
<section class="hero is-large">
<div class="hero-body">
<div class="container">
<h1 class="title has-text-right">Server Name</h1>
<h2 class="subtitle has-text-right">
The complete library of over 1000 Movies & 100 Shows available instantly.
</h2>
<a href="https://app.plex.tv/web/app" class="button is-primary is-pulled-right">Access the Server</a>
</div>
</div>
</section>
<section class="section">
<div class="columns">
<div class="column has-text-centered">
<h2 class="title">Get Access</h2>
<p class="has-text-left">Read the instructions on how to get access to the server. You'll be watching movies and television in no time.</p>
</div>
<div class="column has-text-centered">
<h2 class="title">Request Media</h2>
<p class="has-text-left">Use Ombi to request new content for the server. Just sign in with the same Plex account you use for the server. Your request will be reviewed by the administrator and your content will get added as soon as possible.</p>
</div>
<div class="column has-text-centered">
<h2 class="title">SyncLounge</h2>
<p class="has-text-left">Want to watch a movie with other members of the server? Create a SyncLounge Room and you'll be able to watch media off the server while synced up to each other.The SyncLounge player provides a chat window for discussing the movie or you can use any of your plex devices(XBox, Roku, etc.).</p>
</div>
</div>
<div class="columns">
<div class="column has-text-centered">
<a href="/access" class="button is-primary is-pulled-left">Instructions <i class="fas fa-list"></i></a>
</div>
<div class="column has-text-centered">
<a href="https://ombi.example.com" class="button is-primary is-pulled-left">Request <i class="fas fa-plus-square"></i></a>
</div>
<div class="column has-text-centered">
<a href="https://synclounge.tv/" class="button is-primary is-pulled-left">SyncLounge <i class="fas fa-users"></i></a>
</div>
</div>
</section>
</body>
</html>