Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
savnkr committed Feb 1, 2025
1 parent dd72600 commit 3666274
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
</head>
<body>
<h1>Welcome to my website</h1>
<div id="typedOutput"></div>
<script>
new Typed('#typedOutput', {
strings: ["Hi! I am Sawan Kumar, a PhD student at IIT Delhi."],
typeSpeed: 50
});
</script>
</body>
</html>

0 comments on commit 3666274

Please sign in to comment.