Nymbo commited on
Commit
7fd805f
1 Parent(s): 6173a67

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -3
index.html CHANGED
@@ -96,9 +96,6 @@
96
  </head>
97
  <body class="bg-gray-900 min-h-screen p-4 md:p-8 text-gray-200">
98
  <div class="max-w-4xl mx-auto bg-gray-800 rounded-lg shadow-md p-6 relative">
99
- <a href="https://github.com/abinthomasonline/repo2txt" target="_blank" class="absolute top-2 right-2">
100
- <i data-lucide="github" class="w-8 h-8 text-gray-400 hover:text-gray-300"></i>
101
- </a>
102
  <h1 class="text-3xl font-bold mb-2 text-center text-gray-200">GitHub to Plain Text</h1>
103
  <p class="text-lg text-center text-gray-400 mb-6">Convert Code in GitHub to a Single Formatted Text File</p>
104
  <form id="repoForm" class="space-y-4">
 
96
  </head>
97
  <body class="bg-gray-900 min-h-screen p-4 md:p-8 text-gray-200">
98
  <div class="max-w-4xl mx-auto bg-gray-800 rounded-lg shadow-md p-6 relative">
 
 
 
99
  <h1 class="text-3xl font-bold mb-2 text-center text-gray-200">GitHub to Plain Text</h1>
100
  <p class="text-lg text-center text-gray-400 mb-6">Convert Code in GitHub to a Single Formatted Text File</p>
101
  <form id="repoForm" class="space-y-4">