mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 13:00:32 +01:00
Added Stances, several site files, reorganized universal elements
This commit is contained in:
parent
8bd2a05fce
commit
190032b1d7
10 changed files with 318 additions and 29 deletions
148
index.css
148
index.css
|
|
@ -1,19 +1,147 @@
|
|||
@font-face {
|
||||
font-family: "Beast";
|
||||
font-family: "Satoshi";
|
||||
font-weight: 300 900;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("Beast.woff2");
|
||||
font-display: swap;
|
||||
src: url("/Satoshi-Variable.woff2") format("woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
--isaac-blue: #0E4385;
|
||||
--logy-lightblue: rgb(179, 236, 252);
|
||||
--isaac-red: #C52947;
|
||||
--minimal-background: antiqueWhite;
|
||||
--lec-brown: rgb(81, 52, 36);
|
||||
|
||||
--evil-blue: #011222;
|
||||
--evil-lightblue: #97C9D7;
|
||||
--evil-red: #9D1735;
|
||||
--evil-ferrariblue: #85C9FF;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: var(--logy-lightblue);
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: Beast;
|
||||
font-family: "Satoshi", "Olympic Sans", "Arial", sans-serif;
|
||||
font-size: 1.05em;
|
||||
font-feature-settings: "ss02" 1, "ss03" 1;
|
||||
text-wrap: pretty;
|
||||
background-color: var(--minimal-background);
|
||||
color: var(--lec-brown);
|
||||
}
|
||||
|
||||
.terms {
|
||||
font-family: "Satoshi", "Olympic Sans", "Beast", "Arial", sans-serif;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: fit-content;
|
||||
max-width: 500px;
|
||||
body {
|
||||
max-width: 750px;
|
||||
margin-inline: auto;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-decoration-line: underline;
|
||||
text-decoration-color: var(--isaac-blue);
|
||||
text-decoration-style: solid;
|
||||
}
|
||||
|
||||
h2 {
|
||||
text-decoration-line: underline;
|
||||
text-decoration-color: var(--isaac-red);
|
||||
text-decoration-style: solid;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-decoration-line: underline;
|
||||
text-decoration-color: var(--isaac-blue);
|
||||
text-decoration-style: double;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid var(--lec-brown);
|
||||
margin-inline: auto;
|
||||
border-collapse: separate;
|
||||
border-radius: 10px;
|
||||
border-spacing: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
td, th {
|
||||
border-bottom: 1px solid var(--lec-brown);
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
td:first-child {font-feature-settings: "tnum" 1;}
|
||||
tr:last-child th {border-bottom: 0px;}
|
||||
tr:hover {background-color: var(--logy-lightblue);}
|
||||
|
||||
p {
|
||||
font-weight: 450;
|
||||
line-height: 1.5;
|
||||
margin-block: 1lh;
|
||||
}
|
||||
|
||||
li {
|
||||
font-weight: 450;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--isaac-red);
|
||||
}
|
||||
|
||||
.clref {text-align: center;}
|
||||
.clfooter {margin-top: 1lh;}
|
||||
.climg {
|
||||
max-width: 31px;
|
||||
display: block;
|
||||
margin-inline: auto;
|
||||
margin-top: 1em;
|
||||
margin-block-end: -1lh;
|
||||
}
|
||||
.clmain {
|
||||
font-weight: 450;
|
||||
margin-block: 1lh;
|
||||
}
|
||||
|
||||
caption {
|
||||
margin-top: .5lh;
|
||||
caption-side: bottom;
|
||||
}
|
||||
|
||||
mark {
|
||||
background-color: var(--logy-lightblue);
|
||||
color: var(--lec-brown);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid var(--lec-brown);
|
||||
}
|
||||
|
||||
.badges img {
|
||||
image-rendering: pixelated;
|
||||
width: 88px;
|
||||
height: 31px;
|
||||
text-decoration: none;
|
||||
}
|
||||
.badges {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
gap: 4px
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
html {
|
||||
background-color: var(--evil-blue);
|
||||
color: var(--evil-lightblue);
|
||||
}
|
||||
hr {
|
||||
border: 1px solid var(--evil-lightblue);
|
||||
}
|
||||
a {color: var(--logy-lightblue);}
|
||||
h1,h3 {text-decoration-color: var(--evil-red);}
|
||||
h2 {text-decoration-color: var(--evil-ferrariblue);}
|
||||
::selection {color: var(--evil-blue);}
|
||||
mark {color: var(--evil-blue);}
|
||||
}
|
||||
30
site-policies/index.html
Normal file
30
site-policies/index.html
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US" dir="ltr">
|
||||
<head>
|
||||
<title>Isaac's Site Policies</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
<script defer data-domain="isaac.run" src="https://plausible.isaac.run/js/script.outbound-links.js" integrity="sha512-P6pA99trHkg8qamw+QZ+qVihPF5m4k7R9RSj+YljYVHt04+eYV1ELtZkhDEikEhBROqURMezBUBpw4LpSD0iAQ==" crossorigin="anonymous"></script>
|
||||
<link rel="icon" href="/logo.png">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Isaac’s Site Policies</h1>
|
||||
<p>I’m committed to providing a great experience on my websites. This page documents standards and policies that I apply to myself and my sites. Note that while I try very hard to implement these, I do not have a legal obligation to do so, and this page does not create any such obligation.</p>
|
||||
<p>If you’re looking for the legal terms, try finding the document on <a href="https://www.isaac.run/terms/">www.isaac.run/terms</a>.</p>
|
||||
<hr>
|
||||
<h2>Link permanence</h2>
|
||||
<p>Every link I have ever made should continue to work. Over the years I have visited many websites from a broken referral link, and I believe very strongly in digital preservation. Any link you see today for isaac.run, xtzws.com, or 10161997.xyz should continue to work ten years from now. This doesn’t mean that my sites will never be reorganized, but rather that redirects will be used to guide you to a webpage’s new home. For example, when www.isaac.run was just starting, the terms of use were at www.isaac.run/ifdsa, but I implemented and published additional terms, so that link is still valid but will take you to www.isaac.run/terms/ifdsa. Note that this link permanence policy does not apply to my CDNs or files that have been removed (<a href="https://cdn.isaac.run/running/DCN-SAN-RO-20250709-latest.pdf">example</a>).</p>
|
||||
<p>For further reading, check out the W3C’s article, “<a href="https://www.w3.org/Provider/Style/URI">Cool URIs don’t change</a>”.</p>
|
||||
<h2>Accessibility</h2>
|
||||
<p>I strive to make my websites pleasant to look at and easy to read. Specifically, I aim for WCAG AA 2.0 complicance. If anything is wrong, could be improved, or you have any questions, my email is open anytime at <a href="mailto:webmaster@isaac.run">webmaster@isaac.run</a>.</p>
|
||||
</main>
|
||||
<footer class="clfooter">
|
||||
<hr>
|
||||
<img src="/usa.png" alt="The American flag" class="climg">
|
||||
<p class="clref clmain"><a href="https://www.isaac.run">www.isaac.run</a></p>
|
||||
<p>Last updated: <mark>2025-07-25</mark></p>
|
||||
</footer>
|
||||
</body>
|
||||
<body>
|
||||
85
site-updates/index.html
Normal file
85
site-updates/index.html
Normal file
|
|
@ -0,0 +1,85 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US" dir="ltr">
|
||||
<head>
|
||||
<title>Site and Service Updates</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
<script defer data-domain="isaac.run" src="https://plausible.isaac.run/js/script.outbound-links.js" integrity="sha512-P6pA99trHkg8qamw+QZ+qVihPF5m4k7R9RSj+YljYVHt04+eYV1ELtZkhDEikEhBROqURMezBUBpw4LpSD0iAQ==" crossorigin="anonymous"></script>
|
||||
<link rel="icon" href="/logo.png">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Site and Service Updates</h1>
|
||||
<p>This page is for announcements and other changes that didn't affect availability. Looking for uptime or outage info? Check out the <a href="https://isaacalmedia.statuspage.io">Statuspage</a>.</p>
|
||||
<div>
|
||||
<p>Jump to a service</p>
|
||||
<ul>
|
||||
<li><a href="#home">isaac.run</a></li>
|
||||
<li><a href="#forms">Isaac’s Forms</a></li>
|
||||
<li><a href="#mail">Mail</a></li>
|
||||
<li><a href="#miskis">Miskis</a></li>
|
||||
<li><a href="#mcbedrock">Everybody do the Wenis!</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2 id="home">isaac.run</h2>
|
||||
<p><a href="https://www.isaac.run/">isaac.run</a> is my personal homepage. It contains things I want it to contain.</p>
|
||||
<h3>2025-07-22</h3>
|
||||
<p>The essay was replaced with a passage about procrastination from the Tsurezuregusa, and the design of isaac.run was brought in greater conformance with Isaacal Media corporate guidelines.</p>
|
||||
<h3>2025-06-28</h3>
|
||||
<p>A political message was published! A Declaration of the Independence of Cyberspace by John Perry Barlow (1996) was made the homepage. I wrote a corresponding article about it (<a href="gemini://xtzws.com/gemlog/002.gmi">gemini://xtzws.com/gemlog/002.gmi</a>).</p>
|
||||
|
||||
<h2 id="forms">Isaac’s Forms</h2>
|
||||
<p><a href="https://forms.isaac.run">Forms</a> is my personal form submission site. The way it works is you’ll go to the homepage, enter the form code you were given, then take a form. This helps add a little of bit security and helps prevent automated submissions. Fill one out now with code “F1”!</p>
|
||||
<h3>2025-07-25</h3>
|
||||
<p>The design was updated to conform to current Isaacal Media corporate guidelines. The backend was partially modularized to better support creating and managing forms. With this update, it should be easier to fill out a form, and it is significantly easier behind the scenes to create a form.</p>
|
||||
|
||||
<h2 id="mail">Mail</h2>
|
||||
<p>xtzws.com Mail is the mail server that powers my email and for my clients. Secure, highly-available, bring-your-own-domain email hosting is available starting at $1/month! Please email me at <a href="mailto:webmaster@isaac.run">webmaster@isaac.run</a> if you’re interested.</p>
|
||||
<h3>Planned</h3>
|
||||
<p>Mail will be migrating service providers in the coming months. This reduces wasted resources and enables me to provide better services at scale.</p>
|
||||
|
||||
<h2 id="miskis">Miskis</h2>
|
||||
<p>Miskis is the Discord bot I made once. Miskis could do fun things like respond with the national debt if you did <code>/debt</code> and "Pong" if you did <code>/ping</code>!</p>
|
||||
<h3>2025-07-01</h3>
|
||||
<details>
|
||||
<summary>Miskis is shutting down</summary>
|
||||
<div>
|
||||
<h4>📣 Notice</h4>
|
||||
<p>Effective immediately, Miskis will be shutting down. Due to increased costs and low usage, it is no longer feasible to operate Miskis at scale.</p>
|
||||
|
||||
<h5>How this affects you</h5>
|
||||
<p>It probably won’t. Miskis has not receive any commands in several weeks. Additionally, Miskis does not create or maintain any collection of user data, including any information you may have passed to Miskis, any information Miskis has accessed on your behalf, or your Miskis command history. There is no record of Miskis activity, so you can be assured that there is no security risk to the cessation of activity.</p>
|
||||
|
||||
<h5>For applications relying upon Miskis</h5>
|
||||
<p>Miskis will cease all operations on all fronts. If you developed or are developing an application built on Miskis, it will stop working unless you find a suitable replacement bot or build your own.</p>
|
||||
|
||||
<h5>Can I keep this going?</h5>
|
||||
<p>Yes! If you would like to keep Miskis operational, you can pay for the server costs. To fund it, please pay me $120, which covers the cost of operation for two years.</p>
|
||||
</div>
|
||||
</details>
|
||||
<h3>2025-02-24</h3>
|
||||
<p>IsaacBot was renamed to Miskis.</p>
|
||||
|
||||
<h2 id="mcbedrock">Everybody do the Wenis!</h2>
|
||||
<p>Everybody do the Wenis! was the Bedrock server I ran for a few months.</p>
|
||||
<h3>2025-07-06</h3>
|
||||
<details>
|
||||
<summary>Everybody do the Wenis! is shutting down</summary>
|
||||
<div>
|
||||
<h4>🚨 Urgent Notice</h4>
|
||||
<p>Effective Monday, July 14, the Minecraft server, Everybody do the Wenis!, will be shut down. Due to increased costs and low usage, it is no longer feasible to run the server.</p>
|
||||
|
||||
<h5>How this affects you</h5>
|
||||
<p>It probably won’t. Everybody do the Wenis! has historically received little activity and is unlikely to get more in the future. Because the server does log some information, these data will be deleted immediately after the server is turned off. There is no security or privacy risk due to the cessation of activity. Note that the world itself and the data it contains will not be deleted.</p>
|
||||
|
||||
<h5>Can I keep this going?</h5>
|
||||
<p>Yes! If you would like to keep the server operational, you can pay for the server costs. To fund it, please pay me $120, which covers the cost of operation for two years.</p>
|
||||
</div>
|
||||
</details>
|
||||
<footer class="clfooter">
|
||||
<hr>
|
||||
<img src="/usa.png" alt="The American flag" class="climg">
|
||||
<p class="clref clmain"><a href="https://www.isaac.run">www.isaac.run</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
48
stances/index.html
Normal file
48
stances/index.html
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US" dir="ltr">
|
||||
<head>
|
||||
<title>Isaac's Stances</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
<script defer data-domain="isaac.run" src="https://plausible.isaac.run/js/script.outbound-links.js" integrity="sha512-P6pA99trHkg8qamw+QZ+qVihPF5m4k7R9RSj+YljYVHt04+eYV1ELtZkhDEikEhBROqURMezBUBpw4LpSD0iAQ==" crossorigin="anonymous"></script>
|
||||
<link rel="icon" href="/logo.png">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Isaac’s Stances</h1>
|
||||
<p><strong>In a world of misinformation, turn here FOR TRUTH.</strong></p>
|
||||
<hr>
|
||||
<p>This page documents my formal position on several contentious subjects. No matter how niche, if you need my stance on a subject not listed, please email me at <a href="mailto:ig+stances@isaac.run">ig+stances@isaac.run</a> and I’ll thoroughly form a stance. If your friend group can’t agree on a side, asking some random guy on the Internet may be just what you need!</p>
|
||||
<p>Some additional context: when I say “should” this is me giving my official position. Other ways are incorrect but possible, which is why it’s a “should” instead of a “must”. I seek to show the best method rather than the best product. So I have a stance on how to prepare scones (cream first then jam) but I will not tell you what brand of cream or jam to use. So don’t ask “Coke or Pepsi?” because I won’t answer.</p>
|
||||
<p>Categories I will abstain from: medical treatment, legal advice, adult content, or topics that could lead to harm.</p>
|
||||
<p>I do apologize for the unstructured layout. Please give me a suggestion on how I should do it, or do a <code>ऎ-F</code> and find it.</p>
|
||||
<hr>
|
||||
<main>
|
||||
<h2>Scones</h2>
|
||||
<p id="1">Cream then jam</p>
|
||||
<h2>Pickleball</h2>
|
||||
<p id="2">USA Pickleball is the true national sport body</p>
|
||||
<h2>Dictionaries</h2>
|
||||
<p id="3">Merriam-Webster is the correct dictionary</p>
|
||||
<p id="9">Dictionaries should be descriptivist</p>
|
||||
<h2>Pronunciations</h2>
|
||||
<p id="6">GIF: /dʒɪf/</p>
|
||||
<h2>Technology</h2>
|
||||
<p id="7">Code indents should be two spaces</p>
|
||||
<p id="5">Website homepage URLs should begin with WWW</p>
|
||||
<h2>Typography</h2>
|
||||
<p id="8">The lowercase “a” should be double story</p>
|
||||
<p id="4">The Oxford comma should be used</p>
|
||||
<p id="11">Initialisms should not be period-seprarated</p>
|
||||
<h2>Standards</h2>
|
||||
<p id="10">Dates should conform to RFC 3339</p>
|
||||
<!-- Latest ID: 11 -->
|
||||
</main>
|
||||
<footer class="clfooter">
|
||||
<hr>
|
||||
<img src="/usa.png" alt="The American flag" class="climg">
|
||||
<p class="clref clmain"><a href="https://www.isaac.run">www.isaac.run</a></p>
|
||||
<p>Last updated: <mark>2025-07-26</mark></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -4,9 +4,9 @@
|
|||
<title>Isaac's Commercial Services Agreement</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../index.css">
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
<script defer data-domain="isaac.run" src="https://plausible.isaac.run/js/script.outbound-links.js" integrity="sha512-P6pA99trHkg8qamw+QZ+qVihPF5m4k7R9RSj+YljYVHt04+eYV1ELtZkhDEikEhBROqURMezBUBpw4LpSD0iAQ==" crossorigin="anonymous"></script>
|
||||
<link rel="icon" href="../../logo.png">
|
||||
<link rel="icon" href="/logo.png">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Isaac’s Commercial Services Agreement</h1>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<h2>5. Availability</h2>
|
||||
<p>I attempt to keep my Services available 24/7, but interruptions may occur due to outages, maintenance or other circumstances. Factors in availability also include your connection to the Internet which may not be stable. A faultless operation is impossible, and I do not accept responsibility for any errors that may occur. There is no guarantee of uptime or availability of any of my Services. You may not represent to users that any facet of your use which is dependent on my Services has any guarantee of availability. You understand that I reserve the right to modify, restrict, or discontinue any aspect of the Services at any time.</p>
|
||||
<p>As a condition of receiving my Services, you acknowledge that I keep no backups of your files or data. I attempt to maintain security and robustness of my Services, but I make no guarantee as to the completeness or reliability of those Services. You are responsible for keeping backups of important data, and you acknowledge that I may be unable to recover your data should my Services experience any disruption.</p>
|
||||
<p>I attempt to maintain security and robustness of my Services, but I make no guarantee as to the completeness or reliability of those Services. You are responsible for keeping backups of important data, and you acknowledge that I may be unable to recover your data should my Services experience any disruption.</p>
|
||||
<p>You acknowledge that as these Services are not intended or designed for enterprise-grade use, quality of Service may be significantly reduced or degraded for usage in excess of this Agreement.</p>
|
||||
|
||||
<h2>6. Attribution</h2>
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
<p>You may not use my Services in a manner or upload content that I determine:<p>
|
||||
<ul>
|
||||
<li>is illegal in the United States or your territory;</li>
|
||||
<li>violates or infringes on the rights, including intellectual and commercial, or privacy of myself or others;
|
||||
<li>violates or infringes on the rights, including intellectual and commercial, or privacy of myself or others;</li>
|
||||
<li>instigates or distributes hate or discriminatory speech;</li>
|
||||
<li>contains viruses, malware, trojan horses, or other harmful software;</li>
|
||||
<li>interferes or attempts to interfere with the functioning of my Services;</li>
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
<p>Questions regarding your Services should be emailed to me at <a href="mailto:ig@isaac.run">ig@isaac.run</a>.</p>
|
||||
|
||||
<h2>Notice to residents of Canada, China, the European Union, the United Kingdom, or the states of California, Colorado, Connecticut, Delaware, Indiana, Iowa, Kentucky, Maryland, Massachusetts, Minnesota, Montana, Nebraska, New Hampshire, New Jersey, Oregon, Rhode Island, Tennessee, Texas, Utah, or Virginia, or other regions with consumer data privacy laws</h2>
|
||||
<p>Your country or territory generally provides you rights to perform several actions regarding your personal data, often including subject access requests, right to correction, right to be forgotten, right to portability, among others. I will attempt to honor any such request I receive, but please know that I have no obligation to do so. Any such data requests should be sent to privacy@isaac.run.</p>
|
||||
<p>Your country or territory generally provides you rights to perform several actions regarding your personal data, often including subject access requests, right to correction, right to be forgotten, right to portability, among others. I will attempt to honor any such request I receive, but please know that I have no obligation to do so. Any such data requests should be sent to <a href="mailto:privacy@isaac.run">privacy@isaac.run</a>.</p>
|
||||
|
||||
<h2>Service-specific agreements</h2>
|
||||
<h3>Website design and hosting</h3>
|
||||
|
|
@ -118,7 +118,7 @@
|
|||
|
||||
<footer class="clfooter">
|
||||
<hr>
|
||||
<img src="../usa.png" alt="The American flag" class="climg">
|
||||
<img src="/usa.png" alt="The American flag" class="climg">
|
||||
<p class="clref clmain"><a href="https://www.isaac.run">www.isaac.run</a></p>
|
||||
<p class="clref">Agreement Effective: <mark>2025-07-25</mark>. v1.1</p>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
<title>Isaac’s Free or Discounted Services Agreement</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="../index.css">
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
<script defer data-domain="isaac.run" src="https://plausible.isaac.run/js/script.outbound-links.js" integrity="sha512-P6pA99trHkg8qamw+QZ+qVihPF5m4k7R9RSj+YljYVHt04+eYV1ELtZkhDEikEhBROqURMezBUBpw4LpSD0iAQ==" crossorigin="anonymous"></script>
|
||||
<link rel="icon" href="../logo.png">
|
||||
<link rel="icon" href="/logo.png">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Isaac’s Free or Discounted Services Agreement</h1>
|
||||
|
|
@ -126,7 +126,7 @@
|
|||
<img src="https://cdn.isaac.run/badges/cabbage_sorter.gif" alt="Cabbage sorter">
|
||||
<img src="https://cdn.isaac.run/badges/darkmode.png" alt="DARK MODE!">
|
||||
</div>
|
||||
<img src="../usa.png" alt="The American flag" class="climg">
|
||||
<img src="/usa.png" alt="The American flag" class="climg">
|
||||
<p class="clref clmain"><a href="https://www.isaac.run">www.isaac.run</a></p>
|
||||
<p class="clref">Agreement Effective: <mark>2025-07-25</mark></p>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -116,12 +116,10 @@ You may not represent to users that any facet of your use which is dependent on
|
|||
my Services has any guarantee of availability. You understand that I reserve the
|
||||
right to modify, restrict, or discontinue any aspect of the Services at any time.
|
||||
|
||||
As a condition of receiving my Services, you acknowledge that I keep no backups
|
||||
of your files or data. I attempt to maintain security and robustness of my
|
||||
Services, but I make no guarantee as to the completeness or reliability of those
|
||||
Services. You are responsible for keeping backups of important data, and you
|
||||
acknowledge that I may be unable to recover your data should my Services
|
||||
experience any disruption.
|
||||
I attempt to maintain security and robustness of my Services, but I make no
|
||||
guarantee as to the completeness or reliability of those Services. You are
|
||||
responsible for keeping backups of important data, and you acknowledge that I
|
||||
may be unable to recover your data should my Services experience any disruption.
|
||||
|
||||
You acknowledge that as these Services are not intended or designed for
|
||||
enterprise-grade use, quality of Service may be significantly reduced or
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
<title>Isaac’s Server VPN Privacy Policy and Terms of Use</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="../index.css">
|
||||
<link rel="icon" href="../../logo.png">
|
||||
<link rel="stylesheet" href="/index.css">
|
||||
<link rel="icon" href="/logo.png">
|
||||
<script defer data-domain="isaac.run" src="https://plausible.isaac.run/js/script.outbound-links.js" integrity="sha512-P6pA99trHkg8qamw+QZ+qVihPF5m4k7R9RSj+YljYVHt04+eYV1ELtZkhDEikEhBROqURMezBUBpw4LpSD0iAQ==" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
<p>You agree that I, in my sole discretion, may restrict or refuse access to the Server for any reason, including abuse or suspected abuse of these terms.</p>
|
||||
<footer>
|
||||
<hr>
|
||||
<img src="../usa.png" alt="The American flag" class="climg">
|
||||
<img src="/usa.png" alt="The American flag" class="climg">
|
||||
<p class="clref"><a href="https://www.isaac.run/">www.isaac.run</a></p>
|
||||
<p class="clref">Agreement Effective: 2025-04-04</p>
|
||||
</footer>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue