Skip to content

Commit

Permalink
minified stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
egraether committed Dec 1, 2012
1 parent e102ce2 commit 14c393b
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 244 deletions.
2 changes: 1 addition & 1 deletion public/css/min.css

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions public/index.html
Expand Up @@ -3,14 +3,15 @@
<head>
<title>Playtin - Github Game Off</title>
<link href="./favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />

<!--
<link href="./css/bootstrap/css/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css" />
<link href="./css/page.css" media="screen" rel="stylesheet" type="text/css" />
<link href="./css/player.css" media="screen" rel="stylesheet" type="text/css" />
-->
<link href="./css/min.css" media="screen" rel="stylesheet" type="text/css" />

<!-- <link href="./css/min.css" media="screen" rel="stylesheet" type="text/css" /> -->

<!--
<script src="./js/data/game_data.js" type="text/javascript"></script>
<script src="./js/lib/requestAnimationFrame.js" type="text/javascript"></script>
<script src="./js/lib/jquery-1.8.2.min.js" type="text/javascript"></script>
Expand Down Expand Up @@ -39,8 +40,8 @@
<script src="./js/player/parser/loader.js" type="text/javascript"></script>
<script src="./js/main.js" type="text/javascript"></script>

<!-- // <script src="./js/min.js" type="text/javascript"></script> -->
-->
<script src="./js/min.js" type="text/javascript"></script>

</head>
<body>
Expand Down

0 comments on commit 14c393b

Please sign in to comment.