-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 884 Bytes
/
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Loong Esssaay Geeneeraatoor</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head></head>
<body>
<div class="container">
<form id="longTextForm" action="" method="post" required>
<div id="title">Loong Esssaay Geeneeraatoor</div>
<div id="description">This is a Long Essay Generator that makes your small essays into Long Essays!</div>
<input id="inputText" type="text" placeholder="Text" autocomplete="off" required>
<input id="inputNumber" type="number" min="1" placeholder="Number" autocomplete="off" required>
<input id="submitButton" type="submit" value="Generate">
<div id="output"></div>
</form>
</div>
</body>
</html>
<script src="./script.js"></script>
</body>
</html>