Commit 4688539d authored by Alyx's avatar Alyx
Browse files

contact info

parent cf36f3d9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -75,6 +75,8 @@ def index():
        </form>
        <h3>Available Files:</h3>
        <div id="file-list"></div>
        
        <p>for comments, questions and complaints, contact alyx</p>
        <script>
            function fetchFileList() {
                fetch('/files').then(response => response.text()).then(data => {