Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
MKKing6 committed Feb 1, 2024
1 parent 5c721e4 commit cc9fe48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="UTF-8">
<title>Tetris</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/style.css" />
<script src="/main.js"></script>
<link rel="stylesheet" href="style.css" />
<script src="main.js"></script>
</head>

<body>
Expand Down

0 comments on commit cc9fe48

Please sign in to comment.