Skip to content

Commit

Permalink
fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
syui committed Apr 14, 2024
1 parent 8f1ace8 commit c0007d0
Show file tree
Hide file tree
Showing 66 changed files with 535 additions and 569 deletions.
520 changes: 0 additions & 520 deletions css/terminal.css

This file was deleted.

24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<meta name="author" content="syui" />
<meta name="copyright" content="© syui" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" href="/icon/term.png" />
<link rel="shortcut icon" href="/icon/term.png" />
<link rel="stylesheet" href="/pkg/jquery.terminal/css/jquery.terminal.css" />
<link rel="stylesheet" href="/css/terminal.css" />
<script src="/pkg/jquery.ajax/jquery.min.js"></script>
<script src="/pkg/axios/dist/axios.min.js"></script>
<script src="/pkg/jquery.terminal/js/jquery.terminal.min.js"></script>
<script src="/pkg/jquery.terminal/js/jquery.mousewheel-min.js"></script>
<script src="/js/terminal.quick.js"></script>
<script src="/js/terminal.js"></script>
<link rel="icon" href="/term/icon/term.png" />
<link rel="shortcut icon" href="/term/icon/term.png" />
<link rel="stylesheet" href="/term/pkg/jquery.terminal/css/jquery.terminal.css" />
<link rel="stylesheet" href="/term/css/terminal.css" />
<script src="/term/pkg/jquery.ajax/jquery.min.js"></script>
<script src="/term/pkg/axios/dist/axios.min.js"></script>
<script src="/term/pkg/jquery.terminal/js/jquery.terminal.min.js"></script>
<script src="/term/pkg/jquery.terminal/js/jquery.mousewheel-min.js"></script>
<script src="/term/js/terminal.quick.js"></script>
<script src="/term/js/terminal.js"></script>
<app></app>
<script src="/js/bundle.js"></script>
<script src="/js/terminal-open.js"></script>
<script src="/term/js/bundle.js"></script>
<script src="/term/js/terminal-open.js"></script>
</head>
19 changes: 0 additions & 19 deletions pkg/jquery.hotkeys/hotkeys-blog.js

This file was deleted.

16 changes: 0 additions & 16 deletions pkg/jquery.hotkeys/hotkeys.js

This file was deleted.

1 change: 0 additions & 1 deletion pkg/jquery.hotkeys/jquery.hotkeys.js

This file was deleted.

Loading

0 comments on commit c0007d0

Please sign in to comment.