From 51475a0d107e0356661a7828e3286fb3505d9aa9 Mon Sep 17 00:00:00 2001 From: Andy C <acraigi2@myune.edu.au> Date: Sat, 18 Aug 2018 10:55:30 +0900 Subject: [PATCH] added font awesome headers --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 88a0c59..ceecf88 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,9 @@ <meta http-equiv="content-type" content="text/html"> <script src="js/jquery-3.3.1.js" defer="defer"></script> <script src="js/application.js" defer="defer"></script> + <script src="js/all.js" defer="defer"></script> <link href="css/core.css" rel="stylesheet" type="text/css" /> + <link href="css/all.css" rel="stylesheet" type="text/css" /> </head> <body> -- GitLab