-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 923 Bytes
/
index.html
File metadata and controls
28 lines (27 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<title>Document</title>
</head>
<body>
<div class="container">
<div id="playGround">
<p class="inputLabel">لطفا عبارت مورد نظر را وارد کنید.</p>
<textarea name="" id="input" cols="30" rows="10"></textarea>
<button class="btn" id="button">ارسال</button>
<!--<div class="typeG">
<span class="unOK">س</span><span class="ok">لام</span>
</div>
<div id="timer">
<span id="min">00</span>:<span id="second">00</span>
</div>
</div>-->
</div>
</body>
<script src="script/app.js"></script>
</html>