style(page): move search section to merge form in index.html
This commit is contained in:
parent
22fe51adfa
commit
a841d51e30
1 changed files with 11 additions and 12 deletions
|
@ -10,21 +10,20 @@
|
|||
<div class="container">
|
||||
<h1>📅 Calendar Merger</h1>
|
||||
|
||||
<!-- Search Section -->
|
||||
<div class="form-card search-section">
|
||||
<h2>Find Existing Calendar</h2>
|
||||
<!-- Merge Form -->
|
||||
<div class="form-card">
|
||||
<form id="merge-form">
|
||||
<!-- Find Existing Calendar Section -->
|
||||
<div class="input-group">
|
||||
<h2>Find Existing Calendar</h2>
|
||||
<div class="search-container">
|
||||
<input type="text" id="calendar-search" placeholder="Enter calendar name">
|
||||
<button type="button" id="search-btn" class="button primary-btn">Search</button>
|
||||
</div>
|
||||
<div id="search-result"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Merge Form -->
|
||||
<div class="form-card">
|
||||
<form id="merge-form">
|
||||
<!-- Merge Calendars Section -->
|
||||
<h2>Merge Calendars</h2>
|
||||
<div class="input-group">
|
||||
<input type="text"
|
||||
|
|
Loading…
Add table
Reference in a new issue