Files
web-brain/index.html
Julien Lengrand-Lambert 222f2cd79f Starts playing around
2022-05-18 22:46:38 +02:00

28 lines
544 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.">
<base href="/">
<style>
html,
body {
margin: 0;
padding: 0;
font-family: sans-serif;
background-color: #ededed;
}
</style>
<title>web-brain</title>
</head>
<body>
<web-brain></web-brain>
<script type="module" src="./out-tsc/src/WebBrain.js"></script>
</body>
</html>