chola/docs/index.html

25 lines
707 B
HTML
Raw Permalink Normal View History

2021-01-28 22:51:26 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
2021-11-12 22:08:48 +03:00
<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">
2021-11-12 22:14:11 +03:00
<link rel="icon" href="favicon.png">
2021-01-28 22:51:26 +03:00
</head>
<body>
2021-11-12 22:08:48 +03:00
<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>
2021-11-18 01:13:18 +03:00
<button onclick="layoutReplace()">q > й</button>
2021-11-12 22:08:48 +03:00
<textarea id="two" rows="3" disabled="disabled"></textarea>
</div>
</div>
2021-01-28 22:51:26 +03:00
2021-11-12 22:08:48 +03:00
<script src="js/app.js"></script>
2021-01-28 22:51:26 +03:00
</body>
</html>