index.html
481 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title></title>
</head>
<link rel="stylesheet" href="./quill.bubble.css">
<link rel="stylesheet" href="./quill.core.css">
<link rel="stylesheet" href="./quill.snow.css">
<body>
<div class="ql-editor" id="ql-editor" style="color:#FFF;">
</div>
<script>
const data = studyMachine.getSingPageData()
const content = document.getElementById("ql-editor")
content.innerHTML = data
</script>
</body>
</html>