diff options
| author | Alee <alee14498@gmail.com> | 2018-11-02 16:08:54 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-11-02 16:08:54 -0400 |
| commit | b26d7625361c22ce4911a4ca3b1d5e21b597b622 (patch) | |
| tree | c31606ac5f0db0c07bcc2f8b87d7250dc5cad3a8 /_includes/heading.html | |
| parent | 00aef7aee1cf05d5c2586c9a59686ac61ffd1dec (diff) | |
| download | silicon-linux-b26d7625361c22ce4911a4ca3b1d5e21b597b622.tar.gz silicon-linux-b26d7625361c22ce4911a4ca3b1d5e21b597b622.tar.bz2 silicon-linux-b26d7625361c22ce4911a4ca3b1d5e21b597b622.zip | |
Jekyll stuff
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..5c04f32 --- /dev/null +++ b/_includes/heading.html @@ -0,0 +1,5 @@ +<link href="/style.css" type="text/css" rel="stylesheet"> +<script src="/jquery-3.3.1.min.js"></script> +<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> +<meta charset="utf-8"> +<meta name="viewport" content="width=device-width"> |
