diff options
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> |