Commit 3a3241a5ec64557dadcab14b970bc2f8e4055e73
1 parent
5752abea57
Exists in
master
first file of mockup with the basic html structure
Showing 1 changed file with 11 additions and 0 deletions Inline Diff
mockup/mockup1.html
File was created | 1 | <html> | |
2 | <head> | ||
3 | <title>Mockup Triangle Interface</title> | ||
4 | </head> | ||
5 | <body> | ||
6 | <h1>Mockup Triangle Interface</h1> | ||
7 | <p> | ||
8 | First example of mockup. | ||
9 | </p> | ||
10 | </body> | ||
11 | </html> |