diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-24 13:52:25 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-24 13:52:25 -0400 |
| commit | 456814755f8c2559f08b6d4d4635a5ea6bc495f0 (patch) | |
| tree | 569b559d7af4b481c19b58fe0c6aaeef19c9f6e6 /public/index.html | |
| parent | b817d4472ca905a0d380cf686ffa62f62297574a (diff) | |
browser functionality all working
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html index e751586..1d56dc9 100644 --- a/public/index.html +++ b/public/index.html @@ -28,7 +28,7 @@ <div id="morelucky" class="popup_block"> <div id="luckyinfo"> - <img src="lucky1.png"class="luckylogo"> + <img src="http://okfocus.s3.amazonaws.com/luckyplop/lucky1.png" class="luckylogo"> <ul> <li>LuCkYPLoP™ is the world's best PIC UPLOADINGッTOOL!プド!</li> <li>LuCkYPLoP™ lets you DRAG an image from your computer to anywhere in the page @@ -50,7 +50,7 @@ </marquee> </div> -<img src="luckypad.png" id="luckypad"> +<img src="http://okfocus.s3.amazonaws.com/luckyplop/luckypad.png" id="luckypad"> <div id="droparea"></div> @@ -66,8 +66,7 @@ <script src="/assets/js/vendor/view/formview.js"></script> <script src="/assets/js/vendor/view/router.js"></script> -<script src="/assets/js/lib/router.js"></script> - +<script src="/assets/js/nav.js"></script> <script src="/assets/js/index.js"></script> </html> |
