Skip to content

Commit

Permalink
finished
Browse files Browse the repository at this point in the history
  • Loading branch information
Aneks1 committed Jan 1, 2023
1 parent 5c02eb1 commit f97a975
Show file tree
Hide file tree
Showing 12 changed files with 78 additions and 32 deletions.
6 changes: 0 additions & 6 deletions TODO.md

This file was deleted.

1 change: 1 addition & 0 deletions dist/css/app.38c4bed1.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/css/app.78170879.css

This file was deleted.

Binary file added dist/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions dist/index.html
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>
2 changes: 0 additions & 2 deletions dist/js/app.3d97e1dd.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/js/app.3d97e1dd.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions dist/js/app.9082c5b9.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/js/app.9082c5b9.js.map

Large diffs are not rendered by default.

Binary file added public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<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%;
Expand Down
Loading

0 comments on commit f97a975

Please sign in to comment.