12 lines
536 B
HTML
12 lines
536 B
HTML
<!doctype html><html><head><meta charset="utf-8"/><title>Speckle Viewer</title><meta name="viewport" content="width=device-width,initial-scale=1"><style>body{
|
|
font-family: 'Space Mono', monospace !important;
|
|
margin: 0px;
|
|
}
|
|
button {
|
|
font-family: 'Space Mono', monospace !important;
|
|
border-color: #0A66FF;
|
|
}
|
|
#renderer{
|
|
height: 400px;
|
|
width: 700px;
|
|
}</style><script defer="defer" src="viewer.min.js"></script></head><body><div id="renderer"></div></body></html> |