17 lines
387 B
HTML
17 lines
387 B
HTML
<html>
|
|
<head>
|
|
<title>JSON Editor Online - Beta</title>
|
|
<link href="../doc/doc.css" type="text/css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<h1>JSON Editor Online - Beta</h1>
|
|
<p>
|
|
There is currently no beta version available.
|
|
</p>
|
|
<p>
|
|
<a href="http://jsoneditoronline.org/">Go to the current version</a>
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html> |