Skip to content

Commit

Permalink
Update timeLine.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadzaid1 authored Dec 16, 2024
1 parent b2657b3 commit 74e7230
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions timeLineManager/timeLine.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ <h1 class="page-title">Time Line Manager </h1>
<div class="events-container" id="eventsContainer"></div>
</div>

<div class="scroll-container">
<button class="scroll-button" onclick="scrollTimeline('left')">← Scroll Back</button>
<button class="scroll-button" onclick="scrollTimeline('right')">Scroll Forward →</button>
<div class="bottom-but">
<button onclick="clearEvents()" style="background-color: #8b4513;">Clear All Tales</button>
<button onclick="saveToFile()" style="background-color: #2c5530;">Export Timeline</button>
<button onclick="loadFromFile()" style="background-color: #2c5530;">Import Timeline</button>
Expand Down

0 comments on commit 74e7230

Please sign in to comment.