Added some more scaffolding to the project to get going; added Foundation css to start with styles
This commit is contained in:
5
public/js/edgeville.js
Normal file
5
public/js/edgeville.js
Normal file
@ -0,0 +1,5 @@
|
||||
$(document).ready(function() {
|
||||
|
||||
$(document).foundation();
|
||||
|
||||
});
|
Reference in New Issue
Block a user