catnap89 / Snippit-Project

A web page that allows users to quickly add and reference code snippets.
https://catnap89.github.io/Snippit-Project/
3 stars 2 forks source link

Restructure JS files on index.html #23

Closed StevenMDixon closed 5 years ago

StevenMDixon commented 5 years ago

The following needs to be added to index.html

fireBaseApp.js auth.js codemirror.js

js

css type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/4.1.0/firebaseui.css"

please move the javascript to the bottom of the body tag

should be import js towards top and our js files at the bottom with defer tags

fireBaseApp.js needs to be first in the list.

StevenMDixon commented 5 years ago

Html page updated with this info.