Mercurial Hosting > luan
view website/src/index.html @ 361:0581238084ad
fix HTTP parameters for multipart
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 15 Apr 2015 16:58:51 -0600 |
parents | 38c19ecc384d |
children | 7999601586b1 |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Luan</title> <link href="http://www.simplyhtml.org/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="http://www.simplyhtml.org/assets/font-awesome/css/font-awesome.min.css"> <script src="http://www.simplyhtml.org/assets/jquery/jquery.min.js"></script> <link href="http://www.simplyhtml.org/assets/simplyhtml/simplyhtml.css" rel="stylesheet"/> <script src="http://www.simplyhtml.org/assets/simplyhtml/simplyhtml.js"></script> </head> <body> <div container> <h1>The Luan Programming Language</h1> <big> <p margin-bottom="2em">under construction...</p> <p>Luan is a <a href="http://www.lua.org">Lua</a>-like language implemented in <a href="https://www.oracle.com/java/">Java</a>.</p> <p> <a href="diff.html">Documentation</a><br> <a href="https://www.dropbox.com/sh/i7imf67wzj7z3h2/AABrpM0L1apqHysb_ot5t2dla?dl=0 ">Download</a><br> <a href="https://bitbucket.org/frschmidt/luan">Source</a><br> <a href="http://luan.7479.n7.nabble.com/">Forum</a><br> </p> </big> <p margin-top="2em"><small>This website was made with <a href="http://www.simplyhtml.org/">SimplyHTML</a>.</small></p> </div> <script src="http://www.simplyhtml.org/assets/bootstrap/js/bootstrap.min.js"></script> </body> </html>