Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akless committed Nov 19, 2024
1 parent 7992446 commit eba1ad0
Show file tree
Hide file tree
Showing 15 changed files with 39,371 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="André Kless <[email protected]> 2024">
<meta name="license" content="The MIT License (MIT)">
<title>Web-Desktop</title>
<script src="./libs/ccm/ccm.js"></script>
<body>
<div></div>
<script>
ccm.start('./window/ccm.window.js', {root: document.querySelector('div')});
</script>
</body>
Loading

0 comments on commit eba1ad0

Please sign in to comment.