diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-12 12:32:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-17 19:28:03 +0200 |
commit | 54e3c33fb327efe0cbfd806c5468cbe390dafeaa (patch) | |
tree | 2118df87f8ef53ea36f6e53b135cced7590a4648 /www/htdocs | |
parent | 2fda89944fa528e05c9f6b4fdcd684f2606582a8 (diff) |
Implement object model for packages
Diffstat (limited to 'www/htdocs')
-rw-r--r-- | www/htdocs/index.html | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/www/htdocs/index.html b/www/htdocs/index.html index 3d6d51e..d8c1185 100644 --- a/www/htdocs/index.html +++ b/www/htdocs/index.html @@ -1,5 +1,31 @@ +<!DOCTYPE html> <html> + <head> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <style type="text/css"> +body { + font-size : 1.1em; + line-height : 1.4em; + + text-align: justify; + + + /* 320px ~ 20em @ 1 font-size. This is factored in when doing font + boosting. Specifying 320px directly seems to mess it up. */ + min-width: 17em; + max-width: 40em; +} + </style> + </head> <body> - <b>Home Page</b> + <p>Home Page</p> + build2 is a build system aimed at improving cross-platform C++ software building and library use. It will be accompanied by a C++ package manager and a central repository of open source C++ libraries. + build2 is a build system aimed build2 is a build system aimed at improving cross-platform C++ software building and library use. It will be accompanied by a C++ package manager and a central repository of open source C++ libraries. + build2 is a build system aimed at improving cross-platform C++ at improving cross-platform C++ at improving cross-platform C++ software building and library use. It will be accompanied by a C++ package manager and a central repository of open source C++ libraries. + build2 is a build system aimed at ddw improving cross-platform C++ software building and library use. It will be accompanied by a C++ package manager and a central repository of open source C++ libraries. + build2 is a build system aimed at improving cross-platform C++ software building and library use. It will be accompanied by a C++ package manager and a central repository of open source C++ libraries. + build2 is a build system aimed at improving cross-platform C++ software building and library use. It will be accompanied by a C++ package manager and a central repository of open source C++ libraries. + build2 is a build sdhjsd system aimed at improving cross-platform C++ software building and library use. It will be accompanied by a C++ package manager and a central repository of open source C++ libraries. + build2 is a build system aimed at rkdf improving cross-platform C++ software building and library use. It will be accompanied by a C++ package manager and a central repository of open source C++ libraries. </body> </html> |