-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (16 loc) · 903 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Speechify Player</title>
</head>
<body>
<script type="module" src="./script.ts"></script>
<speechify-player
content="Photosynthesis is the process by which green plants, algae, and some bacteria convert light energy into chemical energy stored in glucose. This process is crucial for life on Earth as it provides the primary source of energy for nearly all organisms. During photosynthesis, chlorophyll in the chloroplasts absorbs light energy, which drives the synthesis of glucose from carbon dioxide and water, releasing oxygen as a byproduct. This process not only supports the growth of plants but also maintains atmospheric oxygen levels."
voice-id="george"
generation-type="speech"
/>
</body>
</html>