Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | fixed headers stuff for demos/index.html |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c9fef4250aa29b27f63f6b29e8efa7d6 |
User & Date: | aldo 2016-09-09 13:08:17 |
Context
2016-09-09
| ||
13:26 | minor bug in demo3.ss check-in: 8239be5117 user: aldo tags: trunk | |
13:08 | fixed headers stuff for demos/index.html check-in: c9fef4250a user: aldo tags: trunk | |
13:02 | added demos/index.html check-in: c22b5a6894 user: aldo tags: trunk | |
Changes
Changes to demos/index.html.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
<html> <head> </head> <body> <h1>Demos</h1> <a href="https://pizzahack.eu/fossil/miogui/doc/tip/demos/demo1.ss"> <img src="demo1.png" /> </a> <br /> <a href="https://pizzahack.eu/fossil/miogui/doc/tip/demos/demo2.ss"> <img src="demo2.png" /> </a> <br /> <a href="https://pizzahack.eu/fossil/miogui/doc/tip/demos/demo3.ss"> <img src="demo3.png" /> </a> </body> </html> |
| < < < < | < |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<div class="fossil-doc" data-title="Demos"> <a href="https://pizzahack.eu/fossil/miogui/doc/tip/demos/demo1.ss"> <img src="demo1.png" /> </a> <br /> <a href="https://pizzahack.eu/fossil/miogui/doc/tip/demos/demo2.ss"> <img src="demo2.png" /> </a> <br /> <a href="https://pizzahack.eu/fossil/miogui/doc/tip/demos/demo3.ss"> <img src="demo3.png" /> </a> </div> |