wisemapping-frontend/packages/web2d/test/playground/text.html

32 lines
812 B
HTML
Raw Normal View History

2021-07-16 16:41:58 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
2021-10-03 02:23:32 +02:00
2021-07-16 16:41:58 +02:00
<head>
2021-12-12 23:28:32 +01:00
<link rel="stylesheet" href="styles.css">
2021-07-16 16:41:58 +02:00
</head>
2021-12-12 23:28:32 +01:00
<body>
2021-10-03 02:23:32 +02:00
<h1>Text Render Tests </h1>
<table>
2021-12-12 23:28:32 +01:00
</tbody>
2021-10-03 02:23:32 +02:00
<tr>
<td>
Simple text
</td>
<td>
<div id="text0"></div>
<div id="text1"></div>
<div id="text2"></div>
<div id="text3"></div>
<div id="text4"></div>
<div id="text5"></div>
</td>
</tr>
<!--**************************************************************************-->
2021-12-12 23:28:32 +01:00
</tbody>
2021-10-03 02:23:32 +02:00
</table>
2021-07-16 16:41:58 +02:00
</body>
2021-10-03 02:23:32 +02:00
2022-01-25 15:36:12 +01:00
</html>