mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-10-30 11:46:16 +00:00
34 lines
681 B
Plaintext
34 lines
681 B
Plaintext
{%- func HelpMessage() -%}
|
|
Usage of %s:
|
|
{%- endfunc -%}
|
|
|
|
{%- func ExampleConfig() -%}
|
|
{% cat "config.ini" %}
|
|
{%- endfunc -%}
|
|
|
|
{% func DefaultCSS() %}
|
|
{% cat "default.css" %}
|
|
{% endfunc %}
|
|
|
|
{% func ToolbarJS() %}
|
|
{% cat "toolbar.js" %}
|
|
{% endfunc %}
|
|
|
|
Next three are from https://remixicon.com/
|
|
{% func IconHTTP() %}
|
|
{% cat "icon/http-protocol-icon.svg" %}
|
|
{% endfunc %}
|
|
|
|
{% func IconGemini() %}
|
|
{% cat "icon/gemini-protocol-icon.svg" %}
|
|
{% endfunc %}
|
|
|
|
{% func IconMailto() %}
|
|
{% cat "icon/mailto-protocol-icon.svg" %}
|
|
{% endfunc %}
|
|
|
|
This is a modified version of https://www.svgrepo.com/svg/232085/rat
|
|
{% func IconGopher() %}
|
|
{% cat "icon/gopher-protocol-icon.svg" %}
|
|
{% endfunc %}
|