mirror of
https://github.com/les-briques-du-web/briques-poster.git
synced 2026-03-10 08:51:19 +00:00
32 lines
683 B
HTML
32 lines
683 B
HTML
<!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.">
|
|
<link rel="icon" type="image/png" href="/logo_color_text.png"/>
|
|
<base href="/">
|
|
|
|
<style>
|
|
html,
|
|
body {
|
|
width: 1920px;
|
|
height: 1080px;
|
|
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>
|