This commit is contained in:
thaaoblues 2024-09-09 22:20:10 +02:00
부모 9141683347
커밋 bc93ef40ed
2개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -210,4 +210,9 @@
.ascii-art {
font-family: monospace;
white-space: pre;
}
textarea{
width: 40vw;
height: 40vh;
}

파일 보기

@ -207,8 +207,6 @@ async function gen_chronologie(){
case 1:
const textarea = document.createElement('textarea');
textarea.setAttribute("height","40vh");
textarea.setAttribute("width","65vw")
var xmlhttp, text;
xmlhttp = new XMLHttpRequest();
xmlhttp.open('GET', doc.upload_path, false);