diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-02 16:18:29 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-02 16:18:29 -0500 |
| commit | 48a837a91959efbc7da7f98447c50f32b4ee7c94 (patch) | |
| tree | 0b17514bd37b6de76a8a497ef3ac3d6bf696ae53 /modules/services/nixos/jta/md_template.html | |
| parent | 871c22cae2ef84694502fde290838bb24432a1f4 (diff) | |
jta, other changes
Diffstat (limited to 'modules/services/nixos/jta/md_template.html')
| -rw-r--r-- | modules/services/nixos/jta/md_template.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/services/nixos/jta/md_template.html b/modules/services/nixos/jta/md_template.html new file mode 100644 index 0000000..daa57b7 --- /dev/null +++ b/modules/services/nixos/jta/md_template.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <title>JTA</title> + <link rel="stylesheet" href="/style.css"> + </head> + <body> + {{.Content}} + </body> +</html> |
