root/lang/objective-cplusplus/i3/trunk/www/index.php @ 34603

Revision 34603, 0.8 kB (checked in by saturday06, 4 years ago)

asdf

  • Property svn:executable set to *
Line 
1<?php require_once 'lib.php'; // -*- coding: us-ascii-dos mode: HTML -*- ?>
2<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
3<html>
4  <head>
5    <title>i3 - Next Generation Keyboard Launcher</title>
6  </head>
7  <body>
8    <h1>i3 - Next Generation Keyboard Launcher</h1>
9    <h2>Introduction</h2>
10    <p>i3 - Next Generation Keyboard Launcher</p>
11    <h2>Download</h2>
12    <ul>
13      <li><a href="">Source Code</a></li>
14      <li><a href="setup.exe">Windows Installer</a></li>
15    </ul>
16    <h3>ClickOnce</h3>
17    <p>
18      <?php if (is_clickonce_supported()) { ?>
19      <a href="i3_installer.application">ClickOnce</a>
20      <?php } else { ?>
21      not supported
22      <?php } ?>
23    </p>
24  </body>
25</html>
26
Note: See TracBrowser for help on using the browser.