cleanup
This commit is contained in:
parent
00e86e3854
commit
f262509adb
11 changed files with 13242 additions and 984 deletions
15
index.html
15
index.html
|
@ -5,18 +5,13 @@
|
|||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<title>Feedthemonkey</title>
|
||||
<link rel="stylesheet" href="css/jquery.mobile-1.3.1.min.css" />
|
||||
<title>FeedMonkey</title>
|
||||
|
||||
<!-- Extra Codiqa features -->
|
||||
<link rel="stylesheet" href="css/jquery.mobile.css" />
|
||||
<link rel="stylesheet" href="css/screen.css" />
|
||||
|
||||
<!-- jQuery and jQuery Mobile -->
|
||||
<script src="js/jquery-1.9.1.min.js"></script>
|
||||
<script src="js/jquery.mobile-1.3.1.js"></script>
|
||||
|
||||
<!-- Extra Codiqa features -->
|
||||
<script src="js/codiqa.ext.js"></script>
|
||||
<script src="js/jquery.js"></script>
|
||||
<script src="js/jquery.mobile.js"></script>
|
||||
|
||||
<script src="js/App.js"></script>
|
||||
<script src="js/TinyTinyRSS.js"></script>
|
||||
|
@ -32,7 +27,7 @@
|
|||
Reload
|
||||
</a>
|
||||
<h3>
|
||||
Feedthemonkey
|
||||
FeedMonkey
|
||||
</h3>
|
||||
<span class="ui-btn-right count" data-theme="a">0 / 0</span>
|
||||
</div>
|
||||
|
|
Reference in a new issue