mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Archive commit
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Pony Town (offline)</title>
|
||||
<style>
|
||||
body {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
div {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #333 url('/images/offline-pony.png') no-repeat center center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #888;
|
||||
font: normal 16px sans-serif;
|
||||
margin-top: 350px;
|
||||
text-align: center;
|
||||
padding: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<p>
|
||||
Pony Town server is undergoing maintenance, please check back later.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Pony Town | Privacy Policy</title>
|
||||
<style>
|
||||
body {
|
||||
font: normal 16px sans-serif;
|
||||
color: #222;
|
||||
}
|
||||
h1, h2 {
|
||||
font-weight: 200;
|
||||
}
|
||||
p {
|
||||
color: #666;
|
||||
}
|
||||
.content {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1>Privacy Policy</h1>
|
||||
<p>
|
||||
Last updated: April 27, 2018
|
||||
</p>
|
||||
<p>
|
||||
We operate https://pony.town/ (the "Site"). This page informs you of our policies regarding the collection,
|
||||
use and disclosure of Personal Information we receive from users of the Site.
|
||||
</p>
|
||||
<p>
|
||||
We use your Personal Information only for providing and improving the Site. By using the Site, you
|
||||
agree to the collection and use of information in accordance with this policy.
|
||||
</p>
|
||||
<h2>Information Collection And Use</h2>
|
||||
<p>
|
||||
While using our Site, we may ask you to provide us with certain personally identifiable information
|
||||
that can be used to contact or identify you. Personally identifiable information may include, but is not
|
||||
limited to your name or email address ("Personal Information").
|
||||
</p>
|
||||
<h2>Log Data</h2>
|
||||
<p>
|
||||
Like many site operators, we collect information that your browser sends whenever you visit our Site ("Log Data").
|
||||
</p>
|
||||
<p>
|
||||
This Log Data may include information such as your computer's Internet Protocol ("IP") address,
|
||||
browser type, browser version, the pages of our Site that you visit, the time and date of your visit,
|
||||
the time spent on those pages, script errors, chat messages, in-game actions performed by user
|
||||
and other statistics.
|
||||
</p>
|
||||
<p>
|
||||
In addition, we may use third party services such as Google Analytics that collect, monitor and
|
||||
analyze this data.
|
||||
</p>
|
||||
<h2>Cookies</h2>
|
||||
<p>
|
||||
Cookies are files with small amount of data, which may include an anonymous unique identifier.
|
||||
Cookies are sent to your browser from a web site and stored on your computer's hard drive.
|
||||
</p>
|
||||
<p>
|
||||
Like many sites, we use "cookies" to collect information. You can instruct your browser to refuse all
|
||||
cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may
|
||||
not be able to use some portions of our Site.
|
||||
</p>
|
||||
<h2>Security</h2>
|
||||
<p>
|
||||
The security of your Personal Information is important to us, but remember that no method of
|
||||
transmission over the Internet, or method of electronic storage, is 100% secure. While we strive to
|
||||
use commercially acceptable means to protect your Personal Information, we cannot guarantee its
|
||||
absolute security.
|
||||
</p>
|
||||
<h2>Changes To This Privacy Policy</h2>
|
||||
<p>
|
||||
This Privacy Policy is effective as of August 11, 2016 and will remain in effect except with respect to any
|
||||
changes in its provisions in the future, which will be in effect immediately after being posted on this page.
|
||||
</p>
|
||||
<p>
|
||||
We reserve the right to update or change our Privacy Policy at any time and you should check this
|
||||
Privacy Policy periodically. Your continued use of the Service after we post any modifications to the
|
||||
Privacy Policy on this page will constitute your acknowledgment of the modifications and your
|
||||
consent to abide and be bound by the modified Privacy Policy.
|
||||
</p>
|
||||
<p>
|
||||
If we make any material changes to this Privacy Policy, we will notify you either through the email
|
||||
address you have provided us, or by placing a prominent notice on our website.
|
||||
</p>
|
||||
<h2>Contact Us</h2>
|
||||
<p>
|
||||
If you have any questions about this Privacy Policy, please contact us.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Pony Town (reload)</title>
|
||||
<style>
|
||||
body {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
div {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #888;
|
||||
font: normal 16px sans-serif;
|
||||
text-align: center;
|
||||
padding: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body data-key="gep84r9jshge4g">
|
||||
<div>
|
||||
<p>
|
||||
Page loaded correctly, you can close this tab now.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,64 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<title>Pony Town (reset)</title>
|
||||
<style>
|
||||
body {
|
||||
background: #333;
|
||||
}
|
||||
|
||||
div {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #d88856;
|
||||
font: normal 16px sans-serif;
|
||||
text-align: center;
|
||||
padding: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<a href="/">go back to the game</a>
|
||||
</div>
|
||||
<script>
|
||||
function unregisterServiceWorker() {
|
||||
if ('serviceWorker' in navigator && typeof navigator.serviceWorker.getRegistrations === 'function') {
|
||||
return navigator.serviceWorker.getRegistrations()
|
||||
.then(rs => rs.forEach(r => r.unregister()))
|
||||
.catch(e => console.error(e));
|
||||
}
|
||||
}
|
||||
|
||||
function reloadResources() {
|
||||
if (typeof fetch === 'function') {
|
||||
return fetch('/', { cache: 'reload' })
|
||||
.then(x => x.text())
|
||||
.then(x => /script src="([^"]+)"/.exec(x)[1])
|
||||
.then(x => fetch(x, { cache: 'reload' }))
|
||||
.then(x => x.text())
|
||||
.catch(e => console.error(e));
|
||||
}
|
||||
}
|
||||
|
||||
localStorage.clear();
|
||||
|
||||
Promise.resolve()
|
||||
.then(unregisterServiceWorker)
|
||||
.then(reloadResources)
|
||||
.then(() => location.href = '/');
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -0,0 +1,4 @@
|
||||
User-agent: *
|
||||
Disallow: /auth/
|
||||
Disallow: /api/
|
||||
Disallow: /api2/
|
||||
@@ -0,0 +1,111 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Pony Town | Terms of Service</title>
|
||||
<style>
|
||||
body {
|
||||
font: normal 16px sans-serif;
|
||||
color: #222;
|
||||
}
|
||||
h1, h2 {
|
||||
font-weight: 200;
|
||||
}
|
||||
p {
|
||||
color: #666;
|
||||
}
|
||||
.content {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<h1>Terms of Service ("Terms")</h1>
|
||||
<p>
|
||||
Last updated: August 11, 2016
|
||||
</p>
|
||||
<p>
|
||||
Please read these Terms of Service ("Terms", "Terms of Service") carefully before using the
|
||||
https://pony.town/ website (the "Service") operated by us.
|
||||
</p>
|
||||
<p>
|
||||
Your access to and use of the Service is conditioned on your acceptance of and compliance with
|
||||
these Terms. These Terms apply to all visitors, users and others who access or use the Service.
|
||||
</p>
|
||||
<p>
|
||||
By accessing or using the Service you agree to be bound by these Terms. If you disagree with
|
||||
any part of the terms then you may not access the Service.
|
||||
</p>
|
||||
<h2>Termination</h2>
|
||||
<p>
|
||||
We may terminate or suspend access to our Service immediately, without prior notice or liability,
|
||||
for any reason whatsoever, including without limitation if you breach the Terms.
|
||||
</p>
|
||||
<p>
|
||||
All provisions of the Terms which by their nature should survive termination shall survive
|
||||
termination, including, without limitation, ownership provisions, warranty disclaimers, indemnity
|
||||
and limitations of liability.
|
||||
</p>
|
||||
<h2>Links To Other Web Sites</h2>
|
||||
<p>
|
||||
Our Service may contain links to thirdparty web sites or services that are not owned or controlled
|
||||
by us.
|
||||
</p>
|
||||
<p>
|
||||
We have no control over, and assumes no responsibility for, the
|
||||
content, privacy policies, or practices of any third party web sites or services. You further
|
||||
acknowledge and agree that we shall not be responsible or liable,
|
||||
directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection
|
||||
with use of or reliance on any such content, goods or services available on or through any such
|
||||
web sites or services.
|
||||
</p>
|
||||
<p>
|
||||
We strongly advise you to read the terms and conditions and privacy policies of any thirdparty
|
||||
web sites or services that you visit.
|
||||
</p>
|
||||
<h2>User submitted content</h2>
|
||||
<p>
|
||||
Our Service may contain content submited by other users of the service.
|
||||
</p>
|
||||
<p>
|
||||
We have no control over, and assumes no responsibility for any content published by other users. You further
|
||||
acknowledge and agree that we shall not be responsible or liable,
|
||||
directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection
|
||||
with use of or reliance on any such content.
|
||||
</p>
|
||||
<p>
|
||||
We strongly advise you to read the terms and conditions and privacy policies of any thirdparty
|
||||
web sites or services that you visit.
|
||||
</p>
|
||||
<h2>Governing Law</h2>
|
||||
<p>
|
||||
These Terms shall be governed and construed in accordance with the laws of EU,
|
||||
without regard to its conflict of law provisions.
|
||||
</p>
|
||||
<p>
|
||||
Our failure to enforce any right or provision of these Terms will not be considered a waiver of
|
||||
those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the
|
||||
remaining provisions of these Terms will remain in effect. These Terms constitute the entire
|
||||
agreement between us regarding our Service, and supersede and replace any prior agreements
|
||||
we might have between us regarding the Service.
|
||||
</p>
|
||||
<h2>Changes</h2>
|
||||
<p>
|
||||
We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a
|
||||
revision is material we will try to provide at least 5 days notice prior to any new
|
||||
terms taking effect. What constitutes a material change will be determined at our sole discretion.
|
||||
</p>
|
||||
<p>
|
||||
By continuing to access or use our Service after those revisions become effective, you agree to
|
||||
be bound by the revised terms. If you do not agree to the new terms, please stop using the
|
||||
Service.
|
||||
</p>
|
||||
<h2>Contact Us</h2>
|
||||
<p>
|
||||
If you have any questions about these Terms, please contact us.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user