Now with interactive settings!
This commit is contained in:
parent
b797f66721
commit
8a3ed2e733
2 changed files with 81 additions and 40 deletions
14
index.html
14
index.html
|
|
@ -5,7 +5,19 @@
|
|||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Thi.ng rdom</title>
|
||||
<style>html, body { padding: 0; margin: 0; min-height: 100vh; }</style>
|
||||
<style>
|
||||
html, body { padding: 0; margin: 0; min-height: 100vh; }
|
||||
body {
|
||||
background: #eee;
|
||||
color: #222;
|
||||
font-family: sans-serif;
|
||||
padding: 40px;
|
||||
}
|
||||
|
||||
canvas {
|
||||
border: 1px solid #99b;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue