-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!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="index.html"> | ||
Click here to use | ||
</a> | ||
</h2> | ||
</center> | ||
</body> | ||
</html> |