-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
1 lines (1 loc) · 3.12 KB
/
index.html
1
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>JPG to PNG Converter</title><link rel="shortcut icon" href="favicon.ico" /><meta name="description" content="JPG to PNG is a free tool the lets you quickly convert from JPG image files to PNG image files"><meta property="og:site_name" content="JPG to PNG"><meta property="og:title" content="JPG to PNG Converter"><meta property="og:type" content="website"><meta property="og:description" content="Free JPG to PNG Converter Online"><meta property="og:url" content="https://jpgtopng.github.io"><meta property="og:image" content="https://jpgtopng.github.io/logo.png"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400" /><link rel="stylesheet" href="style.css" /></head><body><div class="container"> <img src="logo.svg" class="logo" alt="JPG to PNG Logo" /><h1>JPG to PNG</h1><p class="info"> is a free tool the lets you quickly convert from JPG image files to PNG image files. There is no limit to the number or size of files you can convert. Simply:</p><ol><li>Drag and drop images or click "Choose a file"</li><li>JPG to PNG will convert your images in your browser</li><li>Your PNG files will automatically start downloading</li></ol><form class="box"><div class="box_input"> <img src="convert.svg" class="box_icon" alt="JPG to PNG Converter Icon" /> <input type="file" name="files[]" class="box_file" multiple /><div class="box_success">Done! <b>Convert more?</b></div> <label for="file"> <b>Choose a file</b><span class="box_dragndrop"> or drag it here</span>. </label></div><div class="box_uploading">Proccessing…</div></form><h4> Like JPG to PNG? Share it.</h4> <a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fjpgtopng.github.io" target="_blank" title="Share JPG to PNG on Facebook" class="social"> <img src="facebook.svg" alt="JPG to PNG Facebook Share Icon" /> </a> <a href="https://twitter.com/home?status=JPG%20to%20PNG%20Converter%20https%3A%2F%2Fjpgtopng.github.io" target="_blank" title="Share JPG to PNG on Twitter" class="social"> <img src="twitter.svg" alt="JPG to PNG Twitter Share Icon" /> </a> <a href="https://www.reddit.com/submit?url=https%3A%2F%2Fjpgtopng.github.io&title=JPG%20to%20PNG%20Converter" target="_blank" title="Share JPG to PNG on Reddit" class="social"> <img src="reddit.svg" alt="JPG to PNG Reddit Share Icon" /> </a> <a href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fjpgtopng.github.io&media=https%3A%2F%2Fjpgtopng.github.io%2Flogo.svg&description=JPG%20to%20PNG%20Converter" target="_blank" title="Share JPG to PNG on Pinterest" class="social"> <img src="pinterest.svg" alt="JPG to PNG Pinterest Share Icon" /> </a><h4> Also see:</h4> <a href="https://pngtojpg.github.io" title="PNG to JPG Converter Tool">PNG to JPG Converter</a><p class="privacy">Your privacy is very important to us. That is why all the proccessing happens on <b>your own computer</b>, so that your images are <b>never</b> sent across the internet.</p><p>© 2024 <a href="https://github.com/sazzy4o">Spencer von der Ohe</a></p></div> <script src="main.js"></script> </body></html>