Mercurial Hosting > luan
comparison website/src/docs.html @ 370:7999601586b1
minor documentation
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 17 Apr 2015 07:18:39 -0600 |
parents | |
children | e01cddba3433 |
comparison
equal
deleted
inserted
replaced
369:85bf9f0379aa | 370:7999601586b1 |
---|---|
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 Documentation</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 <div><small><a href="/">Luan</a></small></div> | |
19 <h1 margin-bottom="1em">Luan Documentation</h1> | |
20 | |
21 <big> | |
22 <p> | |
23 <a href="diff.html">How Luan differs from Lua</a><br> | |
24 </p> | |
25 </big> | |
26 | |
27 </div> | |
28 | |
29 <script src="http://www.simplyhtml.org/assets/bootstrap/js/bootstrap.min.js"></script> | |
30 </body> | |
31 </html> |