diff options
| author | Alee <alee14498@gmail.com> | 2018-11-03 17:41:56 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-03 17:41:56 -0400 |
| commit | 05cbfb4640841645b349ad9b718091098d5644f2 (patch) | |
| tree | 37e80ace98dacce828f1a83a28042041e481854f | |
| parent | 6b9c972039cb4506de9e466dc67fd2354a5cc321 (diff) | |
| download | silicon-linux-05cbfb4640841645b349ad9b718091098d5644f2.tar.gz silicon-linux-05cbfb4640841645b349ad9b718091098d5644f2.tar.bz2 silicon-linux-05cbfb4640841645b349ad9b718091098d5644f2.zip | |
added scripts.js to the heading file
| -rw-r--r-- | _includes/heading.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/heading.html b/_includes/heading.html index 1709c73..08ac248 100644 --- a/_includes/heading.html +++ b/_includes/heading.html @@ -1,5 +1,6 @@ <link href="/style.css" type="text/css" rel="stylesheet"> <script src="/jquery-3.3.1.min.js"></script> +<script src="/scripts.js"></script> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <meta charset="utf-8"> |
