replaced jetser with hammertime which hopefully fixes #32

This commit is contained in:
Jeena 2014-05-22 20:11:54 +02:00
parent d99928908e
commit 28ce177e17
4 changed files with 2172 additions and 606 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<title>FeedMonkey</title>
@ -15,7 +15,7 @@
<script src="js/Pond.js"></script>
<script src="js/md5.js"></script>
<script src="js/Login.js"></script>
<script src="js/jester.js"></script>
<script src="js/hammer.js"></script>
</head>
<body>