Skip to content

Commit 2002307

Browse files
committed
Adding and configuring Bootstrap
1 parent e70dcf8 commit 2002307

10 files changed

+989
-63
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ git push
2424
```
2525

2626
## TODO
27-
- https://getbootstrap.com/docs/5.2/getting-started/webpack/

dist/bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundle.js.LICENSE.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*!
2+
* Bootstrap v5.2.1 (https://getbootstrap.com/)
3+
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
4+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
5+
*/
6+
17
/** @preserve
28
* Counter block mode compatible with Dr Brian Gladman fileenc.c
39
* derived from CryptoJS.mode.CTR

dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html><head><meta charset="utf-8"/><title>Keypost Home</title><script defer="defer" src="bundle.js"></script></head><body><div><h2>Welcome to Keypost <span id="keypost_username"></span>!</h2><div><input class="" name="register-email"/><input class="" type="password" name="register-password"/><button id="register-btn">Register</button></div><div><input class="" name="login-email"/><input class="" type="password" name="login-password"/><button id="login-btn">Login</button></div><div id="response"></div></div></body></html>
1+
<!doctype html><html><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"><title>Keypost Home</title><script defer="defer" src="bundle.js"></script></head><body><div><h2>Welcome to Keypost <span id="keypost_username"></span>!</h2><div class="container py-4 px-3 mx-auto"><input class="" name="register-email"/><input class="" type="password" name="register-password"/><button id="register-btn" class="btn btn-primary">Register</button></div><div><input class="" name="login-email"/><input class="" type="password" name="login-password"/><button id="login-btn" class="btn btn-primary">Login</button></div><div id="response"></div></div><div class="toast-container position-fixed bottom-0 end-0 p-3"><div id="liveToast" class="toast" role="alert" aria-live="assertive" aria-atomic="true"><div class="toast-header"><strong class="me-auto">Error</strong> <small>1 sec ago</small> <button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button></div><div class="toast-body">This is a toast message.</div></div></div></body></html>

0 commit comments

Comments
 (0)