Initial commit for Deckcard

This commit is contained in:
bluesaxman 2020-05-19 11:02:13 -06:00
commit 351717f480
2 changed files with 10 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
######Deckcard
####The deck shuffeling and card drawing program

8
index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title>Deckcard</title>
</head>
<body>
Welcome to Deckcard
</body>
</html>