-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (49 loc) · 1.67 KB
/
index.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<center>
<head>
<title>Api Nulis | Danzz Coding</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="https://danzzapi.xyz/public/img/favicon/favicon1.png">
<meta name="description" content="Api mager nulis by: Danzz Coding | https://danzzapi.xyz">
<meta name="keywords" content="Api mager nulis">
<link rel="icon" href="https://danzzapi.xyz/public/img/favicon/favicon1.png" type="image/png">
<link rel="stylesheet" href="style.css">
</head>
<body><!-- Start -->
<div><!-- Start text area -->
<br><br><br><br><br><br><br><br>
<h1>Convert text into writing in a book</h1>
<div class="tile">
<div class="tile-body">
<div class="col">
<textarea id='text' class="form-control" placeholder="Enter text!" rows="10" required=true></textarea>
</div>
</div>
</div>
</div><!-- End text area -->
<div><!-- Start button -->
<div class="tile">
<div class="tile-body">
<br>
<input type='button' onclick="create()" value="Confirm" id='button' class="confirm" required>
</div>
</div>
</div><!-- End button -->
<div><!-- Start result img -->
<br>
<div class="tile">
<div class="tile-body">
<div id="result">
</div>
</div>
</div><!-- End result img -->
<div><!-- Start footer -->
<small>Created by: <a href="https://danzzapi.xyz">Danzz Coding</a></small>
</div><!-- End footer -->
</body><!-- End -->
<!-- Script -->
<script src="script.js"></script>
<!-- End Script -->
</center>
</html>