Skip to content

Commit

Permalink
changes in heading
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhiupman568 committed Jun 12, 2024
1 parent cac298d commit 270bff4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rock Paper Scissors-BY NIDHI UPMAN</title>
<title>Rock Paper Scissors - BY NIDHI UPMAN</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>

<div>
<center>
<h1>Rock Paper Scissors - BY NIDHI UPMAN</h1>
</center>
</div>
<body>
<h1 id="opponent-score">0</h1>
<img id="opponent-choice">
Expand Down

0 comments on commit 270bff4

Please sign in to comment.