forked from SimonWaldherr/majaX.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (35 loc) · 1.56 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>README</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./style_index.css" rel="stylesheet" type="text/css">
</head>
<body class="normal">
<div id="wrapper">
<h1 id="majax.js">majaX.js</h1>
<p>majaX stands for micro asynchronous javascript and X<br/>
(X stands for XML, JSON, CSV, Plaintext, Binary, …) </p>
<p>make AJAX Requests and parse return values </p>
<h2 id="about">about</h2>
<p>License: MIT<br/>
Version: 0.2.6<br/>
Date: 7.2013 </p>
<h2 id="demo">demo</h2>
<p>Test this code on the associated github page:</p>
<ul>
<li><a href="./demos/type.html">Type</a></li>
<li><a href="./demos/method.html">Method</a></li>
<li><a href="./demos/head.html">Head</a></li>
<li><a href="./demos/gh.html">GH API</a></li>
<li><a href="./demos/img.html">Image</a></li>
<li><a href="./demos/error.html">Error</a></li>
<li><a href="./demos/debug.html">Debug</a></li>
</ul>
<h2 id="contact">contact</h2>
<p>Feel free to contact me via <a href="mailto:contact@simonwaldherr.de">eMail</a>, on <a href="https://alpha.app.net/simonwaldherr">App.net</a> or on <a href="http://twitter.com/simonwaldherr">Twitter</a>. This software will be continually developed. Suggestions and tips are always welcome.</p>
</div>
</body>
</html>