From 51182152518407a9fb55e511eafc5fd24d52dff1 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Tue, 5 Jan 2021 04:18:34 +0000 Subject: * Gemini Song Page: Add chord symbols --- laravel/public/chord.svg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 laravel/public/chord.svg (limited to 'laravel/public/chord.svg') diff --git a/laravel/public/chord.svg b/laravel/public/chord.svg new file mode 100755 index 0000000..4b62993 --- /dev/null +++ b/laravel/public/chord.svg @@ -0,0 +1,4 @@ +#!/bin/sh +printf "20 image/svg+xml\r\n" +# TODO: Strip the preceding slash from $PATH_INFO +ccharter $QUERY_STRING $PATH_INFO -- cgit 1.4.1