make pricing page have more rizz

This commit is contained in:
Nyx 2025-04-06 00:29:28 -05:00
parent 8eb48b975c
commit 2d9d7c1eeb

View file

@ -1,40 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<head>
<title>fortune as a service</title> <title>fortune as a service</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" /> <link rel="stylesheet" href="/style.css" />
</head> </head>
<body>
<body>
<h1>fortune as a service - pricing</h1> <h1>fortune as a service - pricing</h1>
<h3>free</h3> <h3>free</h3>
<p> <ul>
- 1 fortune per day <li>
- no uptime guarantee 1 fortune per day
- no support </li>
</p> <li>
no uptime guarantee
</li>
<li>
no support
</li>
</ul>
<h3>basic</h3> <h3>basic</h3>
<p> <li>
- 10 fortunes per day <li>1 fortune per day</li>
- 99.9% uptime guarantee <li>10 fortunes per day</li>
- email support <li>99.9% uptime guarantee</li>
<li>email support</li>
</li>
us$10/month us$10/month
</p>
<h3>premium</h3> <h3>premium</h3>
<p> <p>
- unlimited fortunes <ul>
- 99.99% uptime guarantee <li>
- 24/7 support unlimited fortunes
</li>
<li>
99.99% uptime guarantee
</li>
<li>
24/7 support
</li>
us$100/month us$100/month
</p> </p>
<h3>enterprise</h3> <h3>enterprise</h3>
<p> <p>
- unlimited fortunes <li>
- 99.999% uptime guarantee <li>unlimited fortunes</li>
- 24/7 support <li>99.999% uptime guarantee</li>
- custom features <li>24/7 support</li>
<li>custom features</li>
</li>
contact us for pricing contact us for pricing
</p> </p>
<a href="mailto:me@everypizza.im">contact sales</a> <a href="mailto:me@everypizza.im">contact sales</a>
@ -42,4 +59,4 @@
<a href="/">back to home</a> <a href="/">back to home</a>
<br /> <br />
<a href="/fortune">get a fortune</a> <a href="/fortune">get a fortune</a>
</body> </body>