make pricing page have more rizz
This commit is contained in:
parent
8eb48b975c
commit
2d9d7c1eeb
1 changed files with 51 additions and 34 deletions
|
@ -1,45 +1,62 @@
|
|||
<?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">
|
||||
<!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>
|
||||
|
||||
<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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>fortune as a service - pricing</h1>
|
||||
<h3>free</h3>
|
||||
<p>
|
||||
- 1 fortune per day
|
||||
- no uptime guarantee
|
||||
- no support
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
1 fortune per day
|
||||
</li>
|
||||
<li>
|
||||
no uptime guarantee
|
||||
</li>
|
||||
<li>
|
||||
no support
|
||||
</li>
|
||||
</ul>
|
||||
<h3>basic</h3>
|
||||
<p>
|
||||
- 10 fortunes per day
|
||||
- 99.9% uptime guarantee
|
||||
- email support
|
||||
us$10/month
|
||||
</p>
|
||||
<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>
|
||||
- unlimited fortunes
|
||||
- 99.99% uptime guarantee
|
||||
- 24/7 support
|
||||
<ul>
|
||||
<li>
|
||||
unlimited fortunes
|
||||
</li>
|
||||
<li>
|
||||
99.99% uptime guarantee
|
||||
</li>
|
||||
<li>
|
||||
24/7 support
|
||||
</li>
|
||||
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>
|
||||
</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>
|
Loading…
Add table
Reference in a new issue