correction && add form && add slide && add masonry && css

This commit is contained in:
2020-06-07 17:47:49 +02:00
153 changed files with 16750 additions and 162 deletions

16
node_modules/flickity/sandbox/button.html generated vendored Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>button</title>
</head>
<body>
<h1>button</h1>
<button type="button">Button</button>
</body>
</html>