diff options
| author | Fuwn <[email protected]> | 2024-08-23 06:20:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-23 06:20:18 -0700 |
| commit | cf73908afc4441224605c0089abc147ca7c6d6e9 (patch) | |
| tree | e3b2ba7386c9bdaa24246a0cc8627808629fc52d /loginPopup.html | |
| download | mangatranslator-cf73908afc4441224605c0089abc147ca7c6d6e9.tar.xz mangatranslator-cf73908afc4441224605c0089abc147ca7c6d6e9.zip | |
feat: initial commit
Diffstat (limited to 'loginPopup.html')
| -rw-r--r-- | loginPopup.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/loginPopup.html b/loginPopup.html new file mode 100644 index 0000000..17c71b1 --- /dev/null +++ b/loginPopup.html @@ -0,0 +1,46 @@ +<!DOCTYPE html> +<html> + <head> + <title></title> + <style> + @font-face { + font-family: 'PatrickHand-Regular'; + src: url('fonts/PatrickHand-Regular.ttf') format('truetype'); + } + + @font-face { + font-family: 'Kalam'; + src: url('fonts/Kalam.ttf') format('truetype'); + } + + @font-face { + font-family: 'Komika Jam'; + src: url('fonts/KomikaJam.ttf') format('truetype'); + } + + @font-face { + font-family: 'Komika Slim'; + src: url('fonts/KomikaSlim.ttf') format('truetype'); + } + + @font-face { + font-family: 'VTC Letterer Pro'; + src: url('fonts/VtcLettererPro.ttf') format('truetype'); + } + + @font-face { + font-family: 'Bangers Regular'; + src: url('fonts/Bangers-Regular.ttf') format('truetype'); + } + + @font-face { + font-family: 'CC Wild Words'; + src: url('fonts/CCWildWords-Regular.otf') format('opentype'); + } + </style> + </head> + <body> + <div id="root"></div> + <script src="js/loginPopup.js"></script> + </body> +</html> |