diff options
-rw-r--r-- | webroot/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webroot/template.html b/webroot/template.html index b8ce99a..59922a2 100644 --- a/webroot/template.html +++ b/webroot/template.html @@ -8,7 +8,7 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="xengineering.css" type="text/css"> + <link rel="stylesheet" href="css/xengineering.css" type="text/css"> </head> |