fortune-as-a-service/app/templates/pricing.xht
2025-04-06 00:27:00 -05:00

45 lines
No EOL
1.2 KiB
HTML

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