-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
172 lines (155 loc) · 7.35 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="OpenPIO">
<title>OpenPIO</title>
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/font-awesome.min.css" rel="stylesheet" />
<link href="assets/css/elegant-icons.css" rel="stylesheet" />
<link href="assets/css/flaticon-set.css" rel="stylesheet" />
<link href="assets/css/magnific-popup.css" rel="stylesheet" />
<link href="assets/css/owl.carousel.min.css" rel="stylesheet" />
<link href="assets/css/owl.theme.default.min.css" rel="stylesheet" />
<link href="assets/css/animate.css" rel="stylesheet" />
<link href="assets/css/bootsnav.css" rel="stylesheet" />
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="assets/js/html5/html5shiv.min.js"></script>
<script src="assets/js/html5/respond.min.js"></script>
<![endif]-->
<!-- ========== Google Fonts ========== -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800" rel="stylesheet">
</head>
<body>
<!-- Preloader Start -->
<div class="se-pre-con"></div>
<!-- Preloader Ends -->
<!-- Header
============================================= -->
<header id="home">
<!-- Start Navigation -->
<nav class="navbar navbar-default navbar-fixed dark no-background bootsnav">
<div class="container">
<!-- Start Atribute Navigation -->
<div class="attr-nav button">
<ul>
<li>
<a href="#">login or register</a>
</li>
</ul>
</div>
<!-- End Atribute Navigation -->
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo.png" style="width: 20%; height:20%;" class="logo logo-display" alt="Logo">
<img src="assets/img/logo.png" style="width: 20%; height:20%;" class="logo logo-scrolled" alt="Logo">
</a>
</div>
<!-- End Header Navigation -->
<div class="collapse navbar-collapse" id="navbar-menu">
<ul class="nav navbar-nav navbar-right" data-in="#" data-out="#">
<li>
<a class="smooth-menu" href="https://github.com/OpenPlayerIO">GitHub</a>
</li>
<li>
<a class="smooth-menu" href="https://discord.gg/wW4asRey" target="_blank">Discord</a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<!-- End Navigation -->
</header>
<!-- End Header -->
<!-- Start Banner
============================================= -->
<div class="banner-area top-shape text-dark inc-video auto-height text-center bg-gradient">
<div class="box-table">
<div class="box-cell">
<div class="container">
<div class="double-items">
<div class="row">
<div class="col-lg-24 offset-lg-1">
<div class="content" data-animation="animated fadeInUpBig">
<h1>OoenPIO is a <span>Player.IO</span> server emulator project.</h1>
<p>
The goal of OpenPIO is to archive and preserve certain Flash games from decades past; specifically those of which relied on Player.IO for its multiplayer game services.
</p>
<!--
<a class="popup-youtube relative light video-play-button" href="#">
<i class="fa fa-play"></i>
</a>
-->
</div>
</div>
<!--
<div class="col-lg-8 offset-lg-2">
<div class="banner">
<img src="assets/img/800x600.png" alt="Thumb">
</div>
</div>
-->
</div>
</div>
</div>
<div class="shape-bg">
<img src="assets/img/shape/1.svg" alt="Shape">
</div>
</div>
</div>
</div>
<!-- End Banner -->
<!-- Start Footer
============================================= -->
<footer class="default-padding bg-light">
<div class="container">
<!-- Start Footer Bottom -->
<div class="footer-bottom">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-6">
<p style="text-transform: none;">© Copyright 2021-2022 <a style="text-transform: none;" href="miou.cat">miou</a> except where noted.</p>
<p style="text-transform: none; margin-top: -15px;"><a href="https://playerio.com" style="text-transform: none;">Player.IO</a> © Copyright The Games Platform Company ApS</p>
</div>
<div class="col-lg-6 text-right link">
<ul>
<li>
<a href="terms">Terms Of Use</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Footer Bottom -->
</div>
</footer>
<!-- End Footer -->
<!-- jQuery Frameworks
============================================= -->
<script src="assets/js/jquery-1.12.4.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/jquery.appear.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/modernizr.custom.13711.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/count-to.js"></script>
<script src="assets/js/bootsnav.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>