diff options
author | Ivan Davydov <lotigara@lotigara.ru> | 2025-03-20 18:00:01 +0300 |
---|---|---|
committer | Ivan Davydov <lotigara@lotigara.ru> | 2025-03-20 18:00:01 +0300 |
commit | f9d08843e323f5473c4ef5e45e988b7542262567 (patch) | |
tree | cca2fa2260cdb1ffd4e92431fdc25b140a1d0200 /.header.template | |
parent | 330f0b978ca2f3635fdd1ca5ea79e1ffd959301c (diff) |
Add Git support from a PR in the upstream and customize for my website
Diffstat (limited to '.header.template')
-rw-r--r-- | .header.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.header.template b/.header.template new file mode 100644 index 0000000..9f33022 --- /dev/null +++ b/.header.template @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <link href="/css/main.css" rel="stylesheet" /> + <link href="/css/theme.css" rel="stylesheet" /> + <link href="/css/third-party.css" rel="stylesheet" /> + <link href="/css/responsivity.css" rel="stylesheet" /> |