mirror of
https://github.com/Codiad/Codiad.git
synced 2026-03-25 02:16:52 +01:00
77 lines
3.3 KiB
HTML
Executable File
77 lines
3.3 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<meta name="description" content="Codiad is an open source, web-based, cloud IDE and code editor with minimal footprint and requirements">
|
|
<meta http-equiv="refresh" content="3; url=http://market.codiad.com/" />
|
|
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/icons.css" media="screen" />
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
<title>Plugins - Codiad Web Based IDE by Fluidbyte</title>
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-34692757-1']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a href="http://demo.codiad.com" id="demo_drop-in" target="_blank" onClick="_gaq.push(['_trackEvent', 'Demo', 'Demo', 'Load Demo']);">
|
|
<span>Click Banner to Try a Live Demo</span>
|
|
</a>
|
|
<div id="banner_shadow"></div>
|
|
|
|
<div id="container">
|
|
<div class="inner">
|
|
|
|
<header>
|
|
<a id="logo" href="http://www.codiad.com"><img src="logo.jpg"></a>
|
|
<h1>Codiad<span class="version">v.1.0</span></h1>
|
|
<h2>Web Based, Cloud IDE</h2>
|
|
</header>
|
|
|
|
<section id="downloads" class="clearfix">
|
|
<a href="https://github.com/Codiad/Codiad/releases" id="download-zip" class="button" onClick="_gaq.push(['_trackEvent', 'Download', 'Releases', 'Download Releases']);"><span>Download</span></a>
|
|
<a href="http://demo.codiad.com" target="_blank" id="open-demo" class="button" onClick="_gaq.push(['_trackEvent', 'Demo', 'Demo', 'Load Demo']);"><span>Live Demo</span></a>
|
|
<a href="http://market.codiad.com" id="plugins" class="button"><span>Plugins</span></a>
|
|
<a href="https://github.com/Codiad/Codiad" id="view-on-github" class="button" onClick="_gaq.push(['_trackEvent', 'GitHub', 'ViewSource', 'View Source on GitHub']);"><span>GitHub</span></a>
|
|
</section>
|
|
|
|
<hr>
|
|
|
|
<section id="main_content">
|
|
|
|
<h1>Codiad Plugins</h1>
|
|
|
|
<br>
|
|
|
|
<p><b>Codiad Plugins have been moved to <a href="http://market.codiad.com" target="_self">http://market.codiad.com</a>.</b>
|
|
</p>
|
|
|
|
<footer>
|
|
Codiad is maintained by <a href="https://github.com/Fluidbyte">Fluidbyte</a><br>
|
|
</footer>
|
|
|
|
<script src="javascripts/jquery.js"></script>
|
|
<script src="javascripts/main.js"></script>
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|