diff options
author | Pacien TRAN-GIRARD | 2015-01-22 20:58:09 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-01-22 20:58:09 +0100 |
commit | 2f6780969318c08c7a0a0e8e52a7dad33ff53786 (patch) | |
tree | 893d9356b0fd02b40124712bfa88128f02cd7b53 /public | |
download | minibay-2f6780969318c08c7a0a0e8e52a7dad33ff53786.tar.gz |
Bootstrap Play Scala project
Diffstat (limited to 'public')
-rw-r--r-- | public/images/favicon.png | bin | 0 -> 687 bytes | |||
-rw-r--r-- | public/javascripts/hello.js | 3 | ||||
-rw-r--r-- | public/stylesheets/main.css | 0 |
3 files changed, 3 insertions, 0 deletions
diff --git a/public/images/favicon.png b/public/images/favicon.png new file mode 100644 index 0000000..c7d92d2 --- /dev/null +++ b/public/images/favicon.png | |||
Binary files differ | |||
diff --git a/public/javascripts/hello.js b/public/javascripts/hello.js new file mode 100644 index 0000000..209fbee --- /dev/null +++ b/public/javascripts/hello.js | |||
@@ -0,0 +1,3 @@ | |||
1 | if (window.console) { | ||
2 | console.log("Welcome to your Play application's JavaScript!"); | ||
3 | } \ No newline at end of file | ||
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/public/stylesheets/main.css | |||