aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumar <kumar.damani@mail.utoronto.ca>2016-07-10 02:18:49 +0000
committerkumar <kumar.damani@mail.utoronto.ca>2016-07-10 02:18:49 +0000
commit88ab1300eacf3cf858f9d828001ab245b5006ca8 (patch)
tree39dc62958368eab49f0bb7347068d71e12314154
parent46e95d510552a147a31f6d483dbd82da094ceae4 (diff)
added link to stylesheet
-rw-r--r--index.html1
-rw-r--r--questions.html1
-rw-r--r--solutions.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html
index 01c626e..09dff9d 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,7 @@
<title>Solutions Repo</title>
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
+ <link rel="stylesheet" href="assets/css/bootstrap.min.css" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>
diff --git a/questions.html b/questions.html
index 0ff513d..7f5901e 100644
--- a/questions.html
+++ b/questions.html
@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
+ <link rel="stylesheet" href="assets/css/bootstrap.min.css" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<meta charset="UTF-8">
diff --git a/solutions.html b/solutions.html
index 4737c03..9218986 100644
--- a/solutions.html
+++ b/solutions.html
@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
+ <link rel="stylesheet" href="assets/css/bootstrap.min.css" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<title>Solutions Repo</title>