-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html><head><title>Mandelbrot Set</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="./assets/css/style.css"><link rel="icon" href="./assets/favicon.png"><script defer="defer" src="mandelbrot-set.js"></script></head><body><input type="number" id="max-iterations" min="10" max="1500" value="100"> <button id="max-iterations-btn">Redraw</button></body></html> | ||
<!doctype html><html><head><title>Mandelbrot Set</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.0/font/bootstrap-icons.css"><link rel="icon" href="./assets/favicon.png"><script defer="defer" src="mandelbrot-set.js"></script></head><body><div class="row g-2 align-items-center py-1 px-2"><div class="col-auto"><a href="https://github.com/Xhst/mandelbrot-set"><img src="./assets/favicon.png" alt="Mandelbrot Set" width="50" height="50"></a></div><div class="col-auto"><div class="input-group input-group-sm"><span class="input-group-text">Max iteration</span> <input id="max-iterations" class="form-control form-control-sm" type="number" min="1" max="1000" value="100"></div></div><div class="col-auto"><button id="max-iterations-btn" class="btn btn-sm btn-success">Redraw</button></div><div class="col-auto flex-grow-1 text-center"><i role="button" id="move-down" class="bi bi-arrow-down-square-fill fs-2 text-dark"></i> <i role="button" id="move-up" class="bi bi-arrow-up-square-fill fs-2 text-dark"></i> <i role="button" id="move-left" class="bi bi-arrow-left-square-fill fs-2 text-dark"></i> <i role="button" id="move-right" class="bi bi-arrow-right-square-fill fs-2 text-dark"></i> <i role="button" id="zoom-in" class="bi bi-zoom-in fs-2 text-dark"></i> <i role="button" id="zoom-out" class="bi bi-zoom-out fs-2 text-dark"></i></div><div class="col-auto text-end"><a href="https://github.com/Xhst/"><i class="bi bi-github fs-2 text-dark"></i></a></div></div></body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.