Added about panel
This commit is contained in:
62
launch4j/web/links.html
Normal file
62
launch4j/web/links.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Launch4j - Cross-platform Java executable wrapper</title>
|
||||
<meta name="description" content="Cross-platform Java executable wrapper for creating lightweight Windows native EXEs. Provides advanced JRE search, application startup configuration and better user experience.">
|
||||
<meta name="keywords" content="java executable wrapper, java application wrapper, exe wrapper, jar wrapper, wrap, wraps, wrapping, free software, launch, launcher, linux, mac, windows, open source, ant, native splash screen, deploy, build tool">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta name="author" content="Grzegorz Kowal" >
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="top">
|
||||
<img style="width: 249px; height: 58px;" src="launch4j.gif" alt="launch4j"> <span class="version">3.7</span>
|
||||
</div>
|
||||
<div id="leftnav">
|
||||
<ul>
|
||||
<li><a href="index.html">Home</a></li>
|
||||
<li><a href="docs.html">Docs</a></li>
|
||||
<li><a href="changelog.html">Changelog</a></li>
|
||||
<li><a href="http://sourceforge.net/project/screenshots.php?group_id=95944">Screenshots</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/files/launch4j-3/3.7">Download</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j/support">Support</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/launch4j">Project summary</a></li>
|
||||
<li><a href="http://sourceforge.net/tracker/?atid=613100&group_id=95944">Bug tracker</a></li>
|
||||
<li><a href="links.html">Links</a></li>
|
||||
</ul>
|
||||
<!--
|
||||
*** Spanish docs are outdated ***
|
||||
<ul style="margin-top: 20px; font-size: 75%">
|
||||
<li><a href="index.html">English</a></li>
|
||||
<li><a href="index_es.html">Español</a></li>
|
||||
</ul>
|
||||
-->
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>Links</h2>
|
||||
<p>
|
||||
<a href="http://prdownloads.sourceforge.net/dev-cpp/devcpp-4.9.9.2_setup.exe">Bloodshed Dev-C++</a><br>
|
||||
<a href="http://www.mingw.org/">MinGW</a><br>
|
||||
<a href="http://jakarta.apache.org/commons/beanutils/">Commons BeanUtils</a><br>
|
||||
<a href="http://jakarta.apache.org/commons/logging/">Commons Logging</a><br>
|
||||
<a href="http://xstream.codehaus.org/">XStream</a><br>
|
||||
<a href="http://www.jgoodies.com/freeware/libraries/">JGoodies</a><br>
|
||||
<a href="http://www.eclipse.org/">Eclipse</a><br>
|
||||
</p>
|
||||
<h3>Windows native installers</h3>
|
||||
<p>
|
||||
<a href="http://nsis.sourceforge.net/">NSIS</a> (cross-platform, targets Windows)<br>
|
||||
<a href="http://www.jrsoftware.org/isinfo.php">Inno Setup</a><br>
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer">
|
||||
All trademarks mentioned are properties of their respective owners.<br />
|
||||
Copyright © 2005-2015 Grzegorz Kowal
|
||||
<p style="margin-top: 2em">
|
||||
<a href="http://sourceforge.net"><img style="width: 125px; height: 37px; border: none" src="http://sourceforge.net/sflogo.php?group_id=95944&type=4" alt="sf.net"></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user