diff --git a/examples/public/css/styles.css b/examples/public/css/styles.css new file mode 100644 index 0000000..be12bf9 --- /dev/null +++ b/examples/public/css/styles.css @@ -0,0 +1,8 @@ +html, +body { + margin: 0; + padding: 0; +} +body { + background: #2637dd; +} diff --git a/examples/public/images/1991.png b/examples/public/images/1991.png new file mode 100644 index 0000000..366c8d9 Binary files /dev/null and b/examples/public/images/1991.png differ diff --git a/examples/public/index.html b/examples/public/index.html new file mode 100644 index 0000000..de13ec9 --- /dev/null +++ b/examples/public/index.html @@ -0,0 +1,12 @@ + + + + + + fff + + + 1991 + + + diff --git a/examples/public/js/scripts.js b/examples/public/js/scripts.js new file mode 100644 index 0000000..812f08c --- /dev/null +++ b/examples/public/js/scripts.js @@ -0,0 +1,4 @@ +/*jslint browser: true*/ +(function () { + console.log("fff"); +}());