project & structure view tests to CE

This commit is contained in:
Kirill Kalishev
2010-03-16 18:26:49 +03:00
parent 39a7f0a7ad
commit 0bc490c330
66 changed files with 590 additions and 53 deletions
@@ -0,0 +1,11 @@
<HEAD>
<TITLE>CSS Example</TITLE>
<STYLE TYPE="text/css">
H1 { font-size: x-large; color: red }
H2 { font-size: large; color: blue }
</STYLE>
<BODY>
<P>text
<BR>text2
</BODY>
</HEAD>