diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -7,4 +7,12 @@ A repository with reusable components for web development. ## Usage -Just clone it to your web server or add it as a Git submodule to your application repository. In each case you can symlink relevant files. +Just clone it to your web server or add it as a Git submodule to your application repository. In each case you can create symbolic links to relevant files. + +## Goals + +- Make plain HTML pages beautiful +- Use of default HTML tags wherever possible +- Compatibility with browsers without JavaScript or even without CSS support +- Support for mobile, tablet and desktop clients +- No use of any JavaScript framework (just good old [Vanilla JS](http://vanilla-js.com/)) |