Mercurial Hosting > luan
comparison website/src/index.html @ 351:427e7df4df17
start websites
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 13 Apr 2015 09:10:29 -0600 |
parents | |
children | 90c8406bf735 |
comparison
equal
deleted
inserted
replaced
350:c5b9ebefa446 | 351:427e7df4df17 |
---|---|
1 <!DOCTYPE html> | |
2 <html lang="en"> | |
3 <head> | |
4 <meta charset="utf-8"> | |
5 <meta name="viewport" content="width=device-width, initial-scale=1"> | |
6 | |
7 <title>Luan</title> | |
8 | |
9 <link href="http://www.simplyhtml.org/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | |
10 <link rel="stylesheet" href="http://www.simplyhtml.org/assets/font-awesome/css/font-awesome.min.css"> | |
11 <script src="http://www.simplyhtml.org/assets/jquery/jquery.min.js"></script> | |
12 | |
13 <link href="http://www.simplyhtml.org/assets/simplyhtml/simplyhtml.css" rel="stylesheet"/> | |
14 <script src="http://www.simplyhtml.org/assets/simplyhtml/simplyhtml.js"></script> | |
15 </head> | |
16 <body> | |
17 <div container> | |
18 <h1>The Luan Programming Language</h1> | |
19 <big> | |
20 <p>under construction...</p> | |
21 <p> | |
22 <a href="https://www.dropbox.com/sh/i7imf67wzj7z3h2/AABrpM0L1apqHysb_ot5t2dla?dl=0 | |
23 ">Download</a><br> | |
24 <a href="https://bitbucket.org/frschmidt/luan">Source</a><br> | |
25 <a href="http://luan.7479.n7.nabble.com">Forum</a><br> | |
26 </p> | |
27 </big> | |
28 </div> | |
29 | |
30 <script src="http://www.simplyhtml.org/assets/bootstrap/js/bootstrap.min.js"></script> | |
31 </body> | |
32 </html> |