-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
1 lines (1 loc) · 990 Bytes
/
index.html
1
<!DOCTYPE html><html><head><meta charset="utf-8" /><title>ASCII calc</title><meta name="viewport" content="width=device-width, initial-scale=1" /><link rel="stylesheet" type="text/css" media="screen" href="main.css" /></head><body><noscript>Enable Javascript</noscript><article id="article" style="display: none"><div id="wrapper"><div class="box" spellcheck="false" contenteditable="true" onkeyup="converter('char')" id="char" placeholder="char" ></div><div class="box" spellcheck="false" contenteditable="true" onkeyup="converter('dec')" id="dec" placeholder="dec" ></div><div class="box" spellcheck="false" contenteditable="true" onkeyup="converter('hex')" id="hex" placeholder="hex" ></div><div class="box" spellcheck="false" contenteditable="true" onkeyup="converter('bin')" id="bin" placeholder="bin" ></div></div></article><footer>© Max Friedrich 2021| <a target="_blank" href="https://github.com/MaxAFriedrich/ascii">Github</a></footer></body><script src="main.js"></script></html>