Skip to content

Commit

Permalink
Added index.html for Emoji Generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshit-Chordiya committed Oct 10, 2023
1 parent 72c4da2 commit e7efafd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Random_Emoji_Generator/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="" type="image/x-icon" />
<title>Random Emoji</title>
</head>
<body>
<div id="loading" class="loading">Loading...</div>
<h1>Random Emoji</h1>
<div class="section">
<button class="Click" id="Click">Emoji</button>
<p class="emoji-name" id="emoji-name">Emoji Name</p>
<div>
<button class="new-Emoji" id="new-Emoji">New Emoji</button>
</div>
</div>
<script src="script.js"></script>
</body>
</html>

0 comments on commit e7efafd

Please sign in to comment.