buch of stuff; simple-captcha; mdtable; some more stuff
This commit is contained in:
17
examples/mdtable.html
Normal file
17
examples/mdtable.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>html5 mdtable</title>
|
||||
<script src="../elements/mdtable.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<md-table sortable caption="Users" variant="responsive">
|
||||
| Name | Age | Score |
|
||||
|:-----|----:|:----:|
|
||||
| Anna | 22 | 90 |
|
||||
| Max | 30 | 85 |
|
||||
</md-table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user