SShreyas MinochaAdd html version
86bc1489创建于 2018年12月26日历史提交
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width">
        <title>REEE</title>
    </head>

    <body></body>

    <script>
        document.write('r');

        while ('e') {
            document.write('e');
        }
    </script>
</html>