diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-17 19:27:17 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-17 19:27:17 +0300 |
commit | b8f659f3a48d4c6e523a5884ba00643df51346b5 (patch) | |
tree | 0f56672b7a347f1fdbf790ef1f6b59a2897d0133 /index.html | |
parent | Makefile: fix accidental failures (diff) | |
download | wireguard-config-b8f659f3a48d4c6e523a5884ba00643df51346b5.tar.gz wireguard-config-b8f659f3a48d4c6e523a5884ba00643df51346b5.zip |
add "Edit" & "Download" buttons
Diffstat (limited to '')
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ layout: plain navbar: link: Main icon: home +custom_css: + - main.css custom_js: # ipaddr.js is buggy: https://github.com/whitequark/ipaddr.js/issues/160. # TODO: revert back to using ipaddr.js if it's fixed? |