24 lines
667 B
HTML
24 lines
667 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">
|
||
|
</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>q > й</button>
|
||
|
<textarea id="two" rows="3" disabled="disabled"></textarea>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<script src="js/app.js"></script>
|
||
|
</body>
|
||
|
</html>
|