diff options
| author | lizhineng <[email protected]> | 2013-06-29 16:27:42 +0800 |
|---|---|---|
| committer | lizhineng <[email protected]> | 2013-06-29 16:27:42 +0800 |
| commit | 1387f8545498c8ccf1a322bdb4a36886ebacee21 (patch) | |
| tree | 2495cf847a3aacba67431e5d433d46c3b0f3d8b4 /index.html | |
| parent | ceb4ee6845a16ff898b8e54213e490ca6638982c (diff) | |
| download | word-search-game-1387f8545498c8ccf1a322bdb4a36886ebacee21.tar.gz word-search-game-1387f8545498c8ccf1a322bdb4a36886ebacee21.zip | |
Use min files
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,8 +3,8 @@ <head> <meta charset="utf-8"> <title>Word search game</title> - <link rel="stylesheet" href="css/wordseach.css" /> - <link rel="stylesheet" href="css/style.css" /> + <link rel="stylesheet" href="css/wordseach.min.css" /> + <link rel="stylesheet" href="css/style.min.css" /> </head> <body> <div class="wrap"> @@ -13,8 +13,8 @@ <ul class="ws-words"></ul> </div> <a href="https://github.com/lizhineng/word-search-game"><img style="position: absolute; top: 0; right: 0; border: 0;" src="images/forkme_right_red.png" alt="Fork me on GitHub"></a> - <script src="js/utility.js"></script> - <script src="js/wordsearch.js"></script> + <script src="js/utility.min.js"></script> + <script src="js/wordsearch.min.js"></script> <script type="text/javascript"> var gameAreaEl = document.getElementById('ws-area'); var gameobj = gameAreaEl.wordSeach(); |
