Last change
on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
600 bytes
|
Line | |
---|
1 | <html>
|
---|
2 | <link type="text/css" rel="stylesheet" media="all" href="import.css">
|
---|
3 | <link type="text/css" rel="stylesheet" media="all" href="basic.css">
|
---|
4 | <head>
|
---|
5 | </head>
|
---|
6 | <body>
|
---|
7 | <div id="import-test">id import-test</div>
|
---|
8 | <div id="import">id import-test</div>
|
---|
9 | <div class="imported inline">class imported inline</div>
|
---|
10 | <div id="mixin">class mixin</div>
|
---|
11 | <div class="a">class a</div>
|
---|
12 | <div class="b">class b</div>
|
---|
13 | <div class="b">class b<div class="c">class c</div></div>
|
---|
14 | <div class="a">class a<div class="d">class d</div></div>
|
---|
15 | <div class="extend">class extend<div class="c">class c</div></div>
|
---|
16 | </body>
|
---|
17 | </html> |
---|
Note:
See
TracBrowser
for help on using the repository browser.