This commit is contained in:
2024-03-25 23:12:10 +05:00
parent dd0a3f17ea
commit ba933a0712
18 changed files with 194 additions and 2951 deletions

View File

@ -9,7 +9,7 @@
margin:0px;
padding:0px;
font-size: 14px;
font-family: Arial;
font-family: Open Sans,-apple-system,Segoe UI,system-ui,Roboto,Helvetica Neue,Arial;
text-align: left;
}
</style>
@ -18,7 +18,7 @@
<script>//<![CDATA[
function onloadpage()
{
tree=new TTree(document.getElementById("maintree"),"tr_","tree.php","./",24);
tree=new TTree(document.getElementById("maintree"),"tr_","tree.xyz","./",24);
tree.Start();
}
//]]></script>