-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (31 loc) · 1.34 KB
/
index.html
File metadata and controls
36 lines (31 loc) · 1.34 KB
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
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous"> -->
<link rel="stylesheet" href="bs.css">
<title>are</title>
</head>
<body class="bg-primary">
<!-- <nav class="navbar navbar-expand-sm bg-light shadow-sm">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link " href="#">are</a>
</li>
</ul>
</nav> -->
<div class="container-fluid bg-primary">
<br>
<textarea dir="auto" placeholder="Write something"
style="font-family: bahij; " rows="200" id="ta"
class="text-black form-control card col-sm-12 col-md-8 col-lg-6 shadow mx-auto bg-light" ></textarea>
<div class="row text-center">
<div id="count" class="col-xs-8 col-md-12 bg-warning position-fixed"
style="z-index: 40; bottom: 0; right: 0;">
</div>
</div>
</div>
<script src="main.js"></script>
</body>
</html>