-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathHTML
42 lines (32 loc) · 1.16 KB
/
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
<h1>👋 Book2Audio!</h1>
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="static/test.css">
<meta charset="utf-8" />
<title></title>
</head>
<body>
<form action="/action_page.php">
<p>Please select your output language:</p>
<input type="radio" id="English" name="fav_language" value="English">
<label for="English">English</label><br>
<input type="radio" id="Spanish" name="fav_language" value="Spanish">
<label for="Spanish">Spanish</label><br>
<input type="radio" id="French" name="fav_language" value="French">
<label for="French">French</label>
<p>Search for a book by title or author.</p>
<form action="/action_page.php" method="get" autocomplete="on">
<label for="title">Title:</label>
<input type="text" id="title" name="title"><br><br>
<b> Or </b><br /><br />
<label for="author">Author:</label>
<input type="text" id="author" name="author"><br><br>
<input type="submit">
</form>
<ol id="title">
</ol>
<!-- linking python -->
<script src="./b2a.py/dataframe>
</body>
</html>