forked from linebender/xilem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These got mixed up in linebender#142
- Loading branch information
Showing
4 changed files
with
38 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<title>Pythagorean theorem</title> | ||
|
||
<head> | ||
<title>Counter | Xilem Web</title> | ||
<style> | ||
.gray { | ||
background-color: lightgrey; | ||
} | ||
|
||
.green { | ||
background-color: lightgreen; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body></body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<style> | ||
.gray { | ||
background-color: lightgrey; | ||
} | ||
.green { | ||
background-color: lightgreen; | ||
} | ||
rect.red { | ||
fill: #e00; | ||
} | ||
line { | ||
stroke: #444; | ||
} | ||
</style> | ||
<title>Counter | Xilem Web</title> | ||
</head> | ||
|
||
<body> | ||
<p>This is like the <code>counter</code> example, but does not use the typed | ||
<p>This is like the <code>counter</code> example, but does not use the typed | ||
elements/events/attrs in <code>xilem_web</code>, instead using strings</p> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<style> | ||
.gray { | ||
background-color: lightgrey; | ||
} | ||
.green { | ||
background-color: lightgreen; | ||
} | ||
rect.red { | ||
fill: #e00; | ||
} | ||
line { | ||
stroke: #444; | ||
} | ||
</style> | ||
<title>Pythagorean theorem | Xilem</title> | ||
</head> | ||
|
||
<body> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<style> | ||
.gray { | ||
background-color: lightgrey; | ||
} | ||
.green { | ||
background-color: lightgreen; | ||
} | ||
rect.red { | ||
fill: #e00; | ||
} | ||
line { | ||
stroke: #444; | ||
} | ||
</style> | ||
<title> | ||
SvgToy | Xilem Web | ||
</title> | ||
<style> | ||
rect.red { | ||
fill: #e00; | ||
} | ||
|
||
line { | ||
stroke: #444; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
</body> | ||
|
||
</html> |