Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
rose-deasha authored Oct 23, 2024
1 parent a7e09ec commit 1da81d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ <h1>Eventbrite to iCal Converter</h1>
<input type="text" id="apiKey" placeholder="Enter Eventbrite API Key">
<br>

<!-- Buttons: one to authorize and another to download the iCal -->
<!-- Buttons -->
<button id="authorize-btn">Authorize with Eventbrite</button>
<br>
<button onclick="downloadIcal()">Download iCal</button>
<button id="ical-btn">Download iCal</button>
</div>

<!-- Link the external JavaScript file -->
<!-- Link to the external JavaScript file -->
<script src="script.js"></script>
</body>
</html>

0 comments on commit 1da81d4

Please sign in to comment.