We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9377df commit 44be30aCopy full SHA for 44be30a
1 file changed
index.html
@@ -11,8 +11,16 @@
11
<main class="container">
12
13
<section class="profile">
14
- <img src="images/photoofme.jpeg" alt="Profile photo" class="avatar">
+ <img src="images/photoofme.jpeg" alt="Profile photo" class="avatar">
15
+<button onclick="copyText()">Copy Email</button>
16
+ <script>
17
+ function copyText() {
18
19
+
20
+ navigator.clipboard.writeText
21
+ ("r0hanmodi11111@gmail.com");
22
+ }
23
+ </script>
24
<h1>Rohan Modi</h1>
25
<p class="subtitleiguess">High School Student • Developer</p>
26
0 commit comments