diff options
author | Jasper Van der Jeugt | 2020-07-30 19:42:26 +0200 |
---|---|---|
committer | Jasper Van der Jeugt | 2020-07-30 19:42:26 +0200 |
commit | 3b7d11c6182b8aa3d3d4f9e36c213e4eba6c8d8f (patch) | |
tree | efbf3a064adefa8cc1228edec835d7403068e779 /client/index.html | |
parent | fe56ddfbd14b3e7fbaee8732641bcc00fbd0c856 (diff) |
Add cards from CardsAgainstCryptography
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html index 75ee56d..adc2ac8 100644 --- a/client/index.html +++ b/client/index.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8"> <title>Client</title> + <link rel="stylesheet" type="text/css" href="/assets/style.css"> </head> <body> <div id="main"></div> |