-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathaccess.html
56 lines (49 loc) · 2.44 KB
/
access.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
<!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/access.css">
</head>
<body>
<section class="hero is-medium">
<div class="hero-head">
<a class="button is-medium is-outlined is-primary" href="/">
<i class="fas fa-angle-double-left"></i> Home
</a>
</div>
<div class="hero-body">
<div class="container">
<h1 class="title has-text-white">
Access Instructions
</h1>
</div>
</div>
</section>
<div class="columns" style="margin-top: 40px;">
<div class="column is-half is-offset-one-quarter">
<h4 class="title">Step One</h4>
<p>Create a plex account through <a href='https://www.plex.tv/sign-up/'>plex.tv</a>. There are also options sign up using your Google or Facebook account. You don't need to buy a Plex Pass or pay for anything.</p>
<br>
<h4 class="title">Step Two</h4>
<p>Go to <a href='https://app.plex.tv/desktop#!/account'>your profile</a> and send either your username or email to me.</p>
<br>
<h4 class="title">Step Three</h4>
<p>Wait for me to add you as a friend. You should receive an email, follow the directions in the email and accept the invitation.</p>
<br>
<h4 class="title">Step Four</h4>
<p>You're all set you can watch movies through the web player at <a href='https://www.plex.tv/'>plex.tv</a> or use your Xbox, Smart TV, etc. (iOS requires a one time $5 payment). Feel free to make requests for new content through <a href='https://ombi.exmaple.com'>Ombi</a>, you can sign in using your plex username.</p>
<br>
</div>
</div>
</body>
</html>