Skip to content

Commit

Permalink
New folders 'script' and 'style'
Browse files Browse the repository at this point in the history
  • Loading branch information
sdabet committed Mar 28, 2012
1 parent 4372b35 commit f02cff7
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions editor.html
@@ -1,8 +1,8 @@
<!doctype HTML>
<html>
<head>
<link rel="stylesheet" href="style.css"></link>
<link rel="stylesheet" href="editor.css"></link>
<link rel="stylesheet" href="style/style.css"></link>
<link rel="stylesheet" href="style/editor.css"></link>
<link rel="shortcut icon" type="image/png" href="images/ball.png" />
<title>The mad ball editor</title>
<script type="text/javascript">
Expand Down Expand Up @@ -165,8 +165,8 @@ <h1>Game over!</h1>
</div>
</div>

<script src="level.js"></script>
<script src="editor_resample.js"></script>
<script src="editor.js"></script>
<script src="script/level.js"></script>
<script src="script/editor_resample.js"></script>
<script src="script/editor.js"></script>
</body>
</html>
6 changes: 3 additions & 3 deletions index.html
@@ -1,7 +1,7 @@
<!doctype HTML>
<html>
<head>
<link rel="stylesheet" href="style.css"></link>
<link rel="stylesheet" href="style/style.css"></link>
<link rel="shortcut icon" type="image/png" href="images/ball.png" />
<title>The mad ball</title>
<script type="text/javascript">
Expand Down Expand Up @@ -48,8 +48,8 @@ <h1>Game over!</h1>
</div>
</div>

<script src="level.js"></script>
<script src="script.js"></script>
<script src="script/level.js"></script>
<script src="script/game.js"></script>

<script>
reset();
Expand Down
10 changes: 5 additions & 5 deletions mobile.html
@@ -1,9 +1,9 @@
<!doctype HTML>
<html>
<head>
<link rel="stylesheet" href="style.css"></link>
<link rel="stylesheet" href="mobile.css"></link>
<link rel="shortcut icon" type="image/png" href="ball.png" />
<link rel="stylesheet" href="style/style.css"></link>
<link rel="stylesheet" href="style/mobile.css"></link>
<link rel="shortcut icon" type="image/png" href="images/ball.png" />
<title>The mad ball</title>
<meta name="viewport" content="width=800" />
</head>
Expand Down Expand Up @@ -35,7 +35,7 @@ <h1>Game over!</h1>
</div>
</div>

<script src="script.js"></script>
<script src="mobile.js"></script>
<script src="script/game.js"></script>
<script src="script/mobile.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 style.css → style/style.css 100755 → 100644
File renamed without changes.

0 comments on commit f02cff7

Please sign in to comment.