-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
32 lines (28 loc) · 1.56 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Coin Toss :: Waking Ideas</title>
<meta name="Robots" content="index,all" />
<meta name="Keywords" content="coin, toss, waking ideas, probability" />
<meta name="Description" content="Waking Ideas 10,000 trial coin toss" />
<?php if (stristr($_SERVER['HTTP_USER_AGENT'], "iPhone")) { ?>
<meta name="viewport" content="width=320; initial-scale=0.8; maximum-scale=0.8; user-scalable=0;"/>
<link rel="stylesheet" href="iphone.css" type="text/css" media="screen" />
<?php } else { ?>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<?php } ?>
</head>
<body>
<div id="wrapper">
<div id="description">
<p>Ever need to flip a coin to make up your mind? Well when there is a tough decision the only way to go is with probability, right?</p>
<p>Instead of spending 30 seconds trying to find a coin, and then 5 seconds to flip it, we've made the process far easier and more accurate. Instead of just one, two, or even three coin flips; we've upped the antee and we run 10,000 just for you, in a split second.</p>
</div>
<span class="button">
<a href="/result.php">Click here to toss 10,000 coins.</a>
</span>
</div>
</body>
</html>