Skip to content

Commit

Permalink
fixed some file path errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanslick committed Sep 3, 2023
1 parent 145ddfb commit 6f11c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/javascript-rock-paper-scissors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JavaScript Rock, Paper, Scissors</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>JavaScript Rock, Paper, Scissors Game by: <a href="https://github.com/dmanslick" target="_blank">dmanslick</a></h1>
Expand Down Expand Up @@ -32,6 +32,6 @@ <h1>JavaScript Rock, Paper, Scissors Game by: <a href="https://github.com/dmansl
<div id="result-div">
<p>Result: <span id="result"></span></p>
</div>
<script src="./script.js"></script>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 6f11c62

Please sign in to comment.