diff options
author | xengineering <me@xengineering.eu> | 2021-12-02 14:29:47 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-12-02 14:29:47 +0100 |
commit | 93cb69b7ddaa60b3d3351272eb024027e4b0778b (patch) | |
tree | 431b02e7ec8c19a33303cb50efe1792ae9ecbb93 /README.md | |
parent | 48fc5da790fe8c39def552bc4d52dc91389cf016 (diff) | |
download | libweb-93cb69b7ddaa60b3d3351272eb024027e4b0778b.tar libweb-93cb69b7ddaa60b3d3351272eb024027e4b0778b.tar.zst libweb-93cb69b7ddaa60b3d3351272eb024027e4b0778b.zip |
Restructure whole Repository
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -3,11 +3,18 @@ A repository with reusable components for web development. -![A demo image for the design included in this repository](./img/demo.png) +![A demo image for the design included in this repository](./demo.png) ## 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. +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 |