Skip to content
Snippets Groups Projects
Commit 481ce4b8 authored by CupCakeArmy's avatar CupCakeArmy
Browse files

Added Structure

parent bc0965c6
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,28 @@
* ```bootstrap /3.3.6```
* ```amivaccess /1.0```
# Structure
* admin (Admintool)
* lib (Libraries)
* bootstrap
* jquery
* amiv (amivaccess)
* cust (custom files)
* main.js (our js file)
* main.css (our css file)
* res (Resources)
* bg (big pictures and backgrounds)
* favicon
* fonts
* logo
* tools (tools)
* main.tool
* users.tool
* ...
* public (Website)
### Library ```tools```:
The JS library ```tools``` is the backbone of the single tools. It enables the tool itself to take actions, such as store data, spawn alert boxes, load new tools and more.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment