-
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
12 changed files
with
78 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,10 +1,10 @@ | ||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Image to ASCII Converter</title><style>body { | ||
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Image to ASCII Converter</title><link rel="icon" href="./icon.png"><style>body { | ||
color: white; | ||
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; | ||
padding: 0px; | ||
margin: 0px; | ||
background-color: rgb(23, 25, 45); | ||
background-color: rgb(23, 25, 40); | ||
width: 100vw; | ||
height: 100vh; | ||
max-width: 100%; | ||
}</style><script defer="defer" src="/js/chunk-vendors.8bd03162.js"></script><script defer="defer" src="/js/app.3d97e1dd.js"></script><link href="/css/app.78170879.css" rel="stylesheet"></head><body><noscript><strong>This pages needs Javascript enabled in order to work properly.</strong></noscript><div id="app"></div></body></html> | ||
}</style><script defer="defer" src="/js/chunk-vendors.8bd03162.js"></script><script defer="defer" src="/js/app.9082c5b9.js"></script><link href="/css/app.38c4bed1.css" rel="stylesheet"></head><body><noscript><strong>This pages needs Javascript enabled in order to work properly.</strong></noscript><div id="app"></div></body></html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.