-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
19 lines (19 loc) · 1.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<link href="w3.css" rel="stylesheet" type="text/css">
<title>Dominion Black Market Card Selector</title>
</head>
<body>
<center>
<h1>Dominion Black Market Card Selector</h1>
<h2>Makes using the Black Market card significantly easier</h2><br>
<h2>About</h2>
<p>Have you ever played with the Black Market card? It sounds cool, getting to get any card in the game. Then you realize that getting 1 card from every single supply pile takes forever! So you don't play with it as much as you could. This is started as a solution to that. With this, you can create your deck, and only need to get cards out when you actually buy them, making setup and cleanup <i>much</i> easier.</p>
<h2><a href="main.html">Click here to use</a></h2>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input name="cmd" type="hidden" value="_s-xclick"> <input name="hosted_button_id" type="hidden" value="PA74P3MZ8VJF4"> <input alt="PayPal - The safer, easier way to pay online!" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" type="image"> <img alt="" border="0" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1">
</form>
</center>
</body>
</html>