mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
<Canvas
|
|
script="Scripts/test Test"
|
|
stylesheet="Interface/Testing.css"
|
|
groups="screen"
|
|
>
|
|
<p groups="header">Hello, world!</p>
|
|
|
|
<Rect onclick="hello()"
|
|
groups="rect">
|
|
</Rect>
|
|
</Canvas>
|