add support for other charsets and reformat code
This commit is contained in:
@@ -32,10 +32,9 @@
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body
|
||||
style="position: relative; margin: 0px; height: 100vh; height: calc(var(--vh, 1vh) * 100); width: 100%; overflow: hidden;">
|
||||
<body>
|
||||
<!---Whiteboard container -!-->
|
||||
<div style="height: 100vh; height: calc(var(--vh, 1vh) * 100); width: 100%;" id="whiteboardContainer"></div>
|
||||
<div id="whiteboardContainer"></div>
|
||||
|
||||
<!---Toolbar -!-->
|
||||
<div id="toolbar" style="position: absolute; top: 10px; left: 10px;">
|
||||
|
||||
Reference in New Issue
Block a user