✨(widgets) import widgets code from Messages and setup Docker workflow (#33)
This adds Gaufre v2 with source, documentation, examples and built artefacts. Also includes the feedback widget from Messages.
This commit is contained in:
16
packages/widgets/index.html
Normal file
16
packages/widgets/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Widgets demo</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Widgets demo</h1>
|
||||
<ul>
|
||||
<li><a href="widgets-demo/feedback.html">Feedback</a></li>
|
||||
<li><a href="widgets-demo/loader.html">Loader</a></li>
|
||||
<li><a href="widgets-demo/lagaufre.html">La Gaufre</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user