Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nymbo authored Oct 1, 2024
1 parent 3159bc1 commit d3661e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@
</head>
<body class="bg-gray-900 min-h-screen p-4 md:p-8 text-gray-200">
<div class="max-w-4xl mx-auto bg-gray-800 rounded-lg shadow-md p-6 relative">
<a href="https://github.com/abinthomasonline/repo2txt" target="_blank" class="absolute top-2 right-2">
<i data-lucide="github" class="w-8 h-8 text-gray-400 hover:text-gray-300"></i>
</a>
<!-- Removed GitHub link and icon -->
<h1 class="text-3xl font-bold mb-2 text-center text-gray-200">GitHub to Plain Text</h1>
<p class="text-lg text-center text-gray-400 mb-6">Convert Code in GitHub to a Single Formatted Text File</p>
<form id="repoForm" class="space-y-4">
Expand Down

0 comments on commit d3661e8

Please sign in to comment.