-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
25 lines (21 loc) · 900 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jiffy</title>
<link rel="stylesheet" href="/app/styles/markdown10.css">
<link rel="icon" href="/app/favicon.ico" type="image/x-icon" />
</head>
<body>
<h1>Jiffy - The JavaScript File Editor</h1>
<p> </p>
<img src="http://paymenthorizons.com/jiffyfiles/jiffy-med.png">
<p>Jiffy is a flat file editor written in JavaScript. It's a quick, easy way to view and edit your data files using only a browser. </p>
<p>For more information, and to get started, visit:</p>
<ul>
<li><a href="./app">Jiffy - local</a></li>
<li><a href="./docs">NgDocs - local</a></li>
<li><a href="https://github.com/derekwlms/jiffy">Jiffy on GitHub</a></li>
</ul>
</body>
</html>