Uloading
This commit is contained in:
2025-08-02 05:26:16 +07:00
commit 8c43da1d1c
529 changed files with 189689 additions and 0 deletions

20
diagram/index.htm Normal file
View File

@@ -0,0 +1,20 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=CHARSET=iso-8859-1">
<TITLE>DSS Data Structure</TITLE>
<SCRIPT>
function op() { }
</SCRIPT>
</HEAD>
<!-- This frameset document includes the FolderTree script. Script found in: http://www.treeview.net Author: Marcelino Alves Martins -->
<frameset rows="70,*">
<frame src = "top.htm" name="title" scrolling="no" frameborder="yes" marginheight="0" marginwidth="0">
<frameset cols="220,*">
<frame src = "tree.htm" name="treeframe" target="report_body" frameborder="yes" marginheight="5" marginwidth="10">
<frame src = "title.htm" name="basefrm" scrolling="yes" frameborder="yes" marginheight="0" marginwidth="0">
</frameset>
</frameset>
</html>