Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@
<h2>Try Haxe <small>- The Haxe Playground</small></h2>
<a href="https://haxe.org" target="_blank" title="Haxe"><img src="/haxe-logo.svg" class="logo" onerror="this.src='/haxe-logo.png'" width="90" height="90" /></a>

<strong><a href="https://haxe.org" target="_blank" title="Haxe">Haxe</a></strong> is an awesome language that compiles to <strong>Javascript</strong>, <strong>Flash</strong>, <strong>C++</strong>, <strong>PHP</strong>, <strong>Neko</strong>, <strong>Java</strong>, <strong>C#</strong> and <strong>Python</strong>.
It thus allows to write applications that target native <strong>iOS</strong>, <strong>Android</strong> as well as traditional browsers (<strong>HTML5</strong> or <strong>SWF</strong>), servers and desktops (Mac, PC or Linux).
<strong><a href="https://haxe.org" target="_blank" title="Haxe">Haxe</a></strong> is an awesome language which compiles to <strong>JavaScript, C++, C#, Java, JVM, Python, Lua, PHP, Flash</strong> and allows access to each platform native capabilities. Haxe has its own VMs (HashLink and NekoVM) but can also run in interpreted mode.
It thus allows to write applications that target native <strong>iOS</strong>, <strong>Android</strong> but also runs in browsers (<strong>HTML5</strong>), servers and desktops (Mac, PC or Linux).
<br clear="both" />
<hr />
<span><img class="logo-github" src="https://assets-cdn.github.com/favicon.ico" align="left"/> The source code of try-haxe is <a href="https://github.com/clemos/try-haxe" title="Try-Haxe">available on GitHub</a>.</span>
<span><img class="logo-github" src="https://github.githubassets.com/favicon.ico" align="left"/> The source code of try-haxe is <a href="https://github.com/clemos/try-haxe" title="Try-Haxe">available on GitHub</a>.</span>

<hr/>
</div>
Expand Down