Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump prettier from 3.3.1 to 3.3.3 #6

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 21 additions & 45 deletions Failed.html
Original file line number Diff line number Diff line change
@@ -1,47 +1,23 @@
<!doctype html>
<!DOCTYPE html>
<html>
<head>
<title>Example Domain</title>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style type="text/css">
body {
background-color: #f0f0f2;
margin: 0;
padding: 0;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div {
width: 600px;
margin: 5em auto;
padding: 2em;
background-color: #fdfdff;
border-radius: 0.5em;
box-shadow: 2px 3px 7px 2px rgba(0, 0, 0, 0.02);
}
a:link,
a:visited {
color: #38488f;
text-decoration: none;
}
@media (max-width: 700px) {
div {
margin: 0 auto;
width: auto;
}
}
</style>
</head>
<head>
<title>Welcome to nginx!</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>Welcome to nginx!</h1>
<p>If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.</p>

<body>
<div>
<h1>Example Domain</h1>
<p>
This domain is for use in illustrative examples in documents. You may use this domain in literature without prior coordination or asking for permission.
If you are expecting another page, please check your network or <a href="/"><b>Refresh this page</b></a>
</p>
<p><a href="https://www.iana.org/domains/example">More information...</a></p>
</div>
</body>
</html>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>

<p><em>Thank you for using nginx.</em></p>
</body>
</html>
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ const routes = [
{ path: "/ts", file: "tools.html" },
{ path: "/", file: "index.html" },
{ path: "/tos", file: "tos.html" },
{ path: "/privacy", file: "privacy.html" },
]

routes.forEach((route) => {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"node-fetch": "^3.3.2"
},
"devDependencies": {
"prettier": "3.3.1"
"prettier": "3.3.3"
}
}
337 changes: 170 additions & 167 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/assets/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ select {

.popup button {
cursor: pointer;
font-size: 20px;
border: 2px;
transition: 0.2s;
margin-top: 10px;
Expand Down
6 changes: 2 additions & 4 deletions static/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,16 +203,14 @@ <h3>Themes!</h3>
</div>
<div class="settings-card">
<h3>Information</h3>
<p>Version: 5.2.4</p>
<p>Version: v5.2.4</p>
<p id="last-updated">Last Updated: June 10th, 2024</p>
<!--<p>Privacy Policy</p>
<p>Terms of Service</p>
<p>Cookie Policy</p> --->
<p>
Questions? Join our
<a href="https://discord.gg/interstellar">Discord community</a>! Or email us at
<a href="mailto:[email protected]">[email protected]</a>!
</p>
<p>By using our site you agree to our <a href="/tos">Terms of service</a> and <a href="/privacy">Privacy policy</a></p>
</div>
</div>
</div>
Expand Down
Loading