-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (40 loc) · 1.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Table Demo</title>
<script type="module" src="./table/index.js"></script>
</head>
<body>
<a href="/dev/index.html">Component Demo</a>
<my-table>
<table-cell type="title">Header 1</table-cell>
<table-cell type="title">Header 2</table-cell>
<table-cell type="title">Header 3</table-cell>
<table-row>
<table-cell
>Data 1 visit sail include equally birth come attack play mother
garden him select go number major collect cap brave giving creature
mix soil pass orbit</table-cell
>
<table-cell
>Data 2 because do model represent actually driving observe troops bit
furniture failed sure desk rise greatest review mirror finest
mathematics locate dried native drawn believed</table-cell
>
<table-cell>Data 3</table-cell>
</table-row>
<table-row>
<table-cell type="strong">Data 4</table-cell>
<table-cell
>Data 5 show fifty visitor shaking recall help reason evening nature
hit on information couple free write active member spend beat if touch
probably opinion typical with some
sünnipäevanädalalõpupeopärastlõunaväsimatus</table-cell
>
<table-cell>Data 6</table-cell>
</table-row>
</my-table>
</body>
</html>