Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
Harshit2012 committed May 30, 2024
1 parent fcb91b9 commit f2956d9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ <h1 class="display-4">Welcome to RepoSF Visualizer</h1>
<label for="repository" class="form-label">Repository Name</label>
<input type="text" class="form-control" id="repository" required>
</div>
<div class="mb-3">
<label for="theme" class="form-label">Select Theme</label>
<select class="form-control" id="theme">
<option value="default">Default</option>
<option value="dark">Dark</option>
<option value="light">Light</option>
<option value="colorful">Colorful</option>
</select>
</div>
<button type="submit" class="btn btn-primary">Visualize Forks & Stars</button>
</form>
</div>
Expand Down

0 comments on commit f2956d9

Please sign in to comment.