diff options
author | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-11 15:47:12 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadevchavali1@gmail.com> | 2019-02-11 15:47:12 +0000 |
commit | 687b233da16ec91d275f60825530f4075859be45 (patch) | |
tree | 2e5a08940cd0a2b20042d4eb53613b7debbf307d /Server | |
parent | a46a343c34ae0b72f2c1d99460969616c27caf01 (diff) | |
download | newsaggregator-687b233da16ec91d275f60825530f4075859be45.tar.gz newsaggregator-687b233da16ec91d275f60825530f4075859be45.tar.bz2 newsaggregator-687b233da16ec91d275f60825530f4075859be45.zip |
Setup proper links to scripts and css
Diffstat (limited to 'Server')
-rw-r--r-- | Server/wwwroot/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Server/wwwroot/index.html b/Server/wwwroot/index.html index 28d4f8c..cd392d4 100644 --- a/Server/wwwroot/index.html +++ b/Server/wwwroot/index.html @@ -6,8 +6,8 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Page Title</title> <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="stylesheet" type="text/css" media="screen" href="main.css"> - <script src="main.js"></script> + <link rel="stylesheet" type="text/css" media="screen" href="css/main.css"> + <script src="js/main.js"></script> </head> <body> |