Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
UI update
  • Loading branch information
najmiter authored Dec 11, 2023
1 parent d3a6231 commit a021be2
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chitter</title>
<link rel="stylesheet" href="style.css" />
<script src="main.js" defer></script>
</head>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chitter</title>
<link rel="stylesheet" href="style.css" />
<script src="main.js" defer></script>
</head>

<body></body>
<body>
<main>
<header id="top">
<button id="btn-highlight">Koochi Koochi</button>
</header>

<div id="two-sections">
<div id="input" class="texts">
<textarea id="input-text"></textarea>
</div>
<div id="output" class="texts">
<div id="output-text"></div>
</div>
</div>
</main>
</body>
</html>

0 comments on commit a021be2

Please sign in to comment.