diff options
author | Matt Singleton <matt@xcolour.net> | 2022-01-19 18:58:02 -0600 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2022-01-19 18:58:02 -0600 |
commit | 0abf3511646446ee64f21d551dd0d2214fd624b7 (patch) | |
tree | 84276e8a1288cb378e93a18d406d05d362c7ee53 | |
parent | 704be7d2e7db33635fc9de684c8b3916cd798c68 (diff) |
organizing the repo a bit
-rwxr-xr-x | browser/browser.py (renamed from browser.py) | 0 | ||||
-rw-r--r-- | browser/fsm.py (renamed from fsm.py) | 0 | ||||
-rw-r--r-- | browser/gemini.py (renamed from gemini.py) | 0 | ||||
-rw-r--r-- | resources/error_template.html (renamed from error_template.html) | 0 | ||||
-rw-r--r-- | resources/external_link.svg (renamed from external_link.svg) | 0 | ||||
-rw-r--r-- | resources/input_template.html (renamed from input_template.html) | 0 | ||||
-rw-r--r-- | resources/page_template.html (renamed from page_template.html) | 0 | ||||
-rw-r--r-- | resources/style.css (renamed from style.css) | 0 |
8 files changed, 0 insertions, 0 deletions
diff --git a/browser.py b/browser/browser.py index f5475ab..f5475ab 100755 --- a/browser.py +++ b/browser/browser.py diff --git a/gemini.py b/browser/gemini.py index 7bedda5..7bedda5 100644 --- a/gemini.py +++ b/browser/gemini.py diff --git a/error_template.html b/resources/error_template.html index 3daacb7..3daacb7 100644 --- a/error_template.html +++ b/resources/error_template.html diff --git a/external_link.svg b/resources/external_link.svg index ce9bd89..ce9bd89 100644 --- a/external_link.svg +++ b/resources/external_link.svg diff --git a/input_template.html b/resources/input_template.html index defbb7a..defbb7a 100644 --- a/input_template.html +++ b/resources/input_template.html diff --git a/page_template.html b/resources/page_template.html index e049d56..e049d56 100644 --- a/page_template.html +++ b/resources/page_template.html diff --git a/style.css b/resources/style.css index 6b06966..6b06966 100644 --- a/style.css +++ b/resources/style.css |