Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hohn-mw committed Aug 20, 2024
2 parents 3ee5354 + e6217ab commit 4c08356
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
Empty file removed js/scripts.js
Empty file.
2 changes: 1 addition & 1 deletion tools/vim/vim.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>German QWERTZ ISO Keyboard</title>
<link rel="stylesheet" href="styles.css" />
<script type="module" src="../../components/key-shortcut.mjs"></script>
</head>
<body>
<div id="shortcut-info">Hover over a key to see its shortcut info.</div>
Expand Down Expand Up @@ -97,5 +96,6 @@
</div>

<script src="./tool-data.js" ></script>
<script src="../../components/key-shortcut.js"></script>
</body>
</html>

0 comments on commit 4c08356

Please sign in to comment.