Skip to content

Commit

Permalink
for pc
Browse files Browse the repository at this point in the history
  • Loading branch information
Albion007 committed Sep 25, 2023
1 parent 82d98e3 commit 5816df8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
28 changes: 28 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="script-src 'self' 'unsafe-inline'"
/>
<link rel="stylesheet" href="css/style.css" />
<title>About ImageShrink</title>
</head>
<body class="bg-teal-700">
<div
class="max-w-xl m-auto h-screen flex flex-col align-center justify-center text-center"
>
<img
src="./images/logo.svg"
alt="ImageResizer"
width="32"
class="mx-auto mb-5"
/>
<h2 class="text-xl text-teal-100 text-center">Resizer App</h2>
<p class="text-xl text-teal-300 mt-2">Version 1.0.5</p>
<p class="text-xl text-teal-300 mt-2">License FREE</p>
</div>
</body>
</html>
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
rel="stylesheet"
/>
<link rel="stylesheet" href="renderer/css/style.css" />
<script src="renderer/css/style.css" defer></script>
<script src="renderer/js/renderer.js" defer></script>
<title>Image Resizer App</title>
</head>
<body class="bg-teal-700">
Expand Down Expand Up @@ -64,8 +64,7 @@

</form>

<p class="text-white text-lg text-center font-mono mt-6"><strong>File: </strong><span id="filename"></span></p>
<p class="text-white text-lg text-center font-mono mt-2"><strong>Output: </strong><span id="output-path"></span></p>

</div>
</body>
</html>

0 comments on commit 5816df8

Please sign in to comment.