1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00
mycorrhiza/assets/assets.qtpl

39 lines
823 B
Plaintext
Raw Normal View History

2021-03-09 14:27:14 +00:00
{%- func HelpMessage() -%}
Usage of %s:
{%- endfunc -%}
{%- func ExampleConfig() -%}
{% cat "config.ini" %}
{%- endfunc -%}
2020-11-29 11:32:52 +00:00
{% func DefaultCSS() %}
{% cat "default.css" %}
{% endfunc %}
2020-12-15 18:59:36 +00:00
2021-03-20 13:55:00 +00:00
{% func ToolbarJS() %}
{% cat "toolbar.js" %}
{% endfunc %}
2020-12-15 18:59:36 +00:00
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 %}
2021-04-04 17:22:14 +00:00
https://upload.wikimedia.org/wikipedia/commons/4/46/Generic_Feed-icon.svg
{% func IconFeed() %}
{% cat "icon/feed-icon.svg" %}
{% endfunc %}