diff options
| author | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-10 04:19:31 +0000 |
|---|---|---|
| committer | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-10 04:19:31 +0000 |
| commit | 984927a324e8e7cfb208e613ce527e90ed962308 (patch) | |
| tree | 3ca51ba9d26893813abc17017ca73cce37f09517 /index.html | |
| parent | e1a9ce2c90974ee2d59edb92895fc0f4b690679e (diff) | |
fixed css ordering in index
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,13 +4,14 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Solutions Repo</title> + <!--ORDER IS IMPORTANT DO NOT SHIFT--> + + <!--Custom CSS Files--> + <link href="assets/css/style.css" rel="stylesheet" type="text/css"> <!--Bootstrap File--> <link rel="stylesheet" href="assets/css/bootstrap.min.css" crossorigin="anonymous"> - - <!--Custom CSS Files--> <link rel="stylesheet" href="assets/css/creative.css"> - <link href="assets/css/style.css" rel="stylesheet" type="text/css"> <!--Fonts--> <link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'> |
