diff --git a/git_gitlab_course/course.html b/git_gitlab_course/course.html index cef08ec3ce2ad6ed4e765f6e72b14861d7250aca..473e1a4731295692d2f447384e97260201eef497 100644 --- a/git_gitlab_course/course.html +++ b/git_gitlab_course/course.html @@ -3,16 +3,9 @@ <head> <title>Git & Gitlab</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> - <style type="text/css"> - body { font-family: sans-serif; } - h1, h2, h3 { - font-family: serif; - font-weight: normal; - } - .remark-code, .remark-inline-code { font-family: monospace; } - </style> + <link rel="stylesheet" href="css/remark.css"> </head> - <body onload="var slideshow = remark.create();"> + <body> <textarea id="source"> class: center, middle diff --git a/git_gitlab_course/css/remark.css b/git_gitlab_course/css/remark.css new file mode 100644 index 0000000000000000000000000000000000000000..32db76c5b673bb2bb7840489ff50f2eb3d7357d2 --- /dev/null +++ b/git_gitlab_course/css/remark.css @@ -0,0 +1,6 @@ +body { font-family: sans-serif; } +h1, h2, h3 { + font-family: serif; + font-weight: normal; +} +.remark-code, .remark-inline-code { font-family: monospace; } \ No newline at end of file