Skip to main content
DevTyp.i.ng
Back

Share

Contributors

El0techSuiOzovehe

DevTyp.i.ng templatehtml

00:00:00

Press Esc to exit this exercise.

<!DOCTYPE html>
<html lang="en">

    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>DevTyp.i.ng parser</title>

        <style type="text/css">
            textarea {
                display: block;
            }
        </style>
    </head>

    <body>
        <textarea id="input"></textarea>
        <textarea id="output"></textarea>
        <button id="copy">Copy</button>

        
    </body>

</html>