25 lines
707 B
HTML
25 lines
707 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>chola</title>
|
|
<link rel="stylesheet" href="css/app.css">
|
|
<link rel="icon" href="favicon.png">
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<div class="wrap">Change of Layout</div>
|
|
</div>
|
|
<div class="content">
|
|
<div class="wrap">
|
|
<textarea id="one" rows="3" placeholder="Paste fail layout text" onchange="layoutReplace()"></textarea>
|
|
<button onclick="layoutReplace()">q > й</button>
|
|
<textarea id="two" rows="3" disabled="disabled"></textarea>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="js/app.js"></script>
|
|
</body>
|
|
</html>
|