diff options
| author | Alee <Alee14498@gmail.com> | 2019-04-05 20:15:53 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-04-05 20:15:53 -0400 |
| commit | b9c3946dab30a097cd5390e019e42a8a99116587 (patch) | |
| tree | f1b1448baddf6ba5f8ef50bce9609a65854aa138 /_includes/heading.html | |
| parent | aadc05c21ba13f4aa8a5629d032878dba661d105 (diff) | |
| download | silicon-linux-b9c3946dab30a097cd5390e019e42a8a99116587.tar.gz silicon-linux-b9c3946dab30a097cd5390e019e42a8a99116587.tar.bz2 silicon-linux-b9c3946dab30a097cd5390e019e42a8a99116587.zip | |
Added improvement; Blog will be added later.
Diffstat (limited to '_includes/heading.html')
| -rw-r--r-- | _includes/heading.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/heading.html b/_includes/heading.html new file mode 100644 index 0000000..276c270 --- /dev/null +++ b/_includes/heading.html @@ -0,0 +1,5 @@ +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> +<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> +<link rel="stylesheet" href="./assets/css/index.css"> +<link rel="shortcut icon" type="image/x-icon" href="./assets/images/favicon.ico">
\ No newline at end of file |
