-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
1 lines (1 loc) · 1.52 KB
/
index.html
1
<!DOCTYPE html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>NGINX Beautifier</title><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4298078688997558" crossorigin></script><script async src="https://www.googletagmanager.com/gtag/js?id=G-TXZ6CH0PPZ"></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","G-TXZ6CH0PPZ");</script><script data-ad-client="ca-pub-4298078688997558" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><link rel="stylesheet" href="/index.f6a1cbc5.css"></head><html><body> <form id="form"> <fieldset> <legend>Options</legend> <div> <label for="spaces">Use space for indentation</label> <input type="number" id="spaces" value="0" min="0"> </div> <br> <div> <label for="tabs">Use tabs for indentation</label> <input type="number" id="tabs" value="0" min="0"> </div> <br> <div> <label for="dontJoinCurlyBracet">Don't join curly bracket</label> <input type="checkbox" id="dontJoinCurlyBracet" checked> </div> </fieldset> <fieldset> <legend>NGINX config content</legend> <button>Beautify</button> <br> <textarea id="textarea" placeholder="Put a config here please"></textarea> </fieldset> </form> <footer> <p><a href="https://matvii.hodovani.uk/contacts.html">Contact me</a></p> </footer> <script type="module" src="/index.fa8f28b8.js"></script><script src="/index.f2c9818b.js" nomodule="" defer></script> </body></html>