replaced jetser with hammertime which hopefully fixes #32
This commit is contained in:
parent
d99928908e
commit
28ce177e17
4 changed files with 2172 additions and 606 deletions
|
@ -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>
|
||||
|
||||
|
|
Reference in a new issue