main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
992 bytes
|
Line | |
---|
1 | <!DOCTYPE html>
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta charset="utf-8">
|
---|
5 | <title>Example Page</title>
|
---|
6 | <script src="../index.js"></script>
|
---|
7 | <script src="demo.js"></script>
|
---|
8 | </head>
|
---|
9 | <body>
|
---|
10 | <textarea cols="30" rows="10">Some random stuff.</textarea>
|
---|
11 | <textarea cols="30" rows="10">Some random stuff.</textarea>
|
---|
12 | <textarea cols="30" rows="10">Some random stuff.</textarea>
|
---|
13 | <div contentEditable>Some random stuff.</div>
|
---|
14 | <input value="Some random stuff.">
|
---|
15 | <p>
|
---|
16 | Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
|
---|
17 | Aenean commodo ligula eget dolor. Aenean massa.
|
---|
18 | Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
|
---|
19 | Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.
|
---|
20 | Nulla consequat massa quis enim.
|
---|
21 | Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.
|
---|
22 | In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.
|
---|
23 | Nullam dictum felis eu pede mollis pretium. Integer tincidunt.
|
---|
24 | </p>
|
---|
25 | </body>
|
---|
26 | </html> |
---|
Note:
See
TracBrowser
for help on using the repository browser.