Tweak the example build process. Move example -> examples/trivial to we can have more than one. Update README appropriately.
This commit is contained in:
parent
196ee3f6d4
commit
dff74f44de
7 changed files with 32 additions and 27 deletions
12
examples/trivial/index.html
Normal file
12
examples/trivial/index.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<html lang="en" style="height: 100%; overflow: hidden">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Matrix Flux</title>
|
||||
</head>
|
||||
<body style="height: 100%; ">
|
||||
<section id="matrixchat" style="height: 100%; "></section>
|
||||
<script src="bundle.js"></script>
|
||||
<link rel="stylesheet" href="node_modules/matrix-react-sdk/bundle.css">
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue