This repository was archived by the owner on Sep 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (44 loc) · 1.81 KB
/
index.html
File metadata and controls
45 lines (44 loc) · 1.81 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
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="./bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./style/style.css">
<title>Open Roleplay</title>
</head>
<body>
<div class="container">
<div class="row logo">
<div class="col-12">
<img src="./style/logo.png"/>
</div>
</div>
<div class="row content">
<div class="col-12">
<p>
We are an upcoming roleplaying server for both San Andreas Multiplayer and Rage Multiplayer with the intent of creating an interconnected server where players are freely able to move inbetween different games while keeping the same characters, items and statistics.
</p>
<p>
We truly do our best in order to reflect the name we have chosen for our server. We try to be completely transparent about what we're working on and what our goals are. We try to involve players into the decision-making process to a very high degree, and strive to provide a truly open world in which anything is possible and can be influenced by those who live in it.
</p>
<p>
We, however, do not have any plans for making this project open-source, and at this moment, do not have an estimated time until launch.
</p>
</div>
</div>
<div class="row social">
<div class="col-12">
<a href="https://discord.gg/cTeJDEQ"><img src="./style/discord.png"/></a>
<a href="https://redmine.re7ive.com/projects/alternative-life-rp"><img class="social-spacing" src="./style/redmine.png"/></a>
</div>
</div>
<div class="row footer">
<div class="col-12">
<p>Copyright © 2019 - Open Roleplay</p>
</div>
</div>
</div>
<script src="./bootstrap/js/bootstrap.min.js"></script>
</body>
</html>