summaryrefslogtreecommitdiff
path: root/README.md
blob: 232de33e267ea465edf3d89d2947422c0a9172f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

# libweb

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 create symbolic links to relevant
files.

## Testing

Have a look at `test.html`. You can open it in your browser (e.g. `firefox
test.html`) and have a look at all the supported elements.

## 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/))