Create repo and latest lit

This commit is contained in:
Julien Lengrand-Lambert
2021-05-02 15:30:13 +02:00
commit af7b5fce1b
14 changed files with 20909 additions and 0 deletions

28
index.html Normal file
View File

@@ -0,0 +1,28 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="Description" content="Put your description here.">
<base href="/">
<style>
html,
body {
margin: 0;
padding: 0;
font-family: sans-serif;
background-color: #ededed;
}
</style>
<title>briques-posters</title>
</head>
<body>
<briques-poster></briques-poster>
<script type="module" src="./out-tsc/src/BriquesPoster.js"></script>
</body>
</html>