diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-08-03 22:33:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-08-03 22:33:34 -0400 |
| commit | 1977a99c596485d2e42e544b2b0ecd0625395775 (patch) | |
| tree | 472f8e30a71226047d7d5d900745c296a1ba69f5 /views/partials/scripts.ejs | |
| parent | 6824643f459c6d63ffd8ff846b373b2e49707abc (diff) | |
app skeleton
Diffstat (limited to 'views/partials/scripts.ejs')
| -rw-r--r-- | views/partials/scripts.ejs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/partials/scripts.ejs b/views/partials/scripts.ejs new file mode 100644 index 0000000..2b69d35 --- /dev/null +++ b/views/partials/scripts.ejs @@ -0,0 +1,7 @@ +<script src="js/vendor/zepto.min.js"></script> +<script src="js/lib/view.js"></script> +<script src="js/lib/formview.js"></script> +<script src="js/lib/parser.js"></script> +<script src="js/app.js"></script> + +<script type="text/javascript" src="http://www.youtube.com/player_api"></script> |
