Skip to content

Commit

Permalink
refactor: change the game location
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Plotnikov committed Apr 28, 2024
1 parent 84ed8c2 commit b680bba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions game/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/main.css"/>
<script src="./src/main.js" type="text/javascript" defer></script>
<title>Gamek of life</title>
<link rel="stylesheet" href="./game/styles/main.css"/>
<script src="./game/src/main.js" type="text/javascript" defer></script>
<title>Game of life</title>
</head>
<body>
<main class="main" role="main">
Expand Down

0 comments on commit b680bba

Please sign in to comment.