fortune-as-a-service/app/templates/pricing.xht

62 lines
No EOL
1.5 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>
<ul>
<li>
1 fortune per day
</li>
<li>
no uptime guarantee
</li>
<li>
no support
</li>
</ul>
<h3>basic</h3>
<li>
<li>1 fortune per day</li>
<li>10 fortunes per day</li>
<li>99.9% uptime guarantee</li>
<li>email support</li>
</li>
us$10/month
<h3>premium</h3>
<p>
<ul>
<li>
unlimited fortunes
</li>
<li>
99.99% uptime guarantee
</li>
<li>
24/7 support
</li>
us$100/month
</p>
<h3>enterprise</h3>
<p>
<li>
<li>unlimited fortunes</li>
<li>99.999% uptime guarantee</li>
<li>24/7 support</li>
<li>custom features</li>
</li>
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>