mangayomi-mirror/epubx/example/web_ex/web/index.html
2025-05-04 23:45:46 +02:00

27 lines
No EOL
618 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="scaffolded-by" content="https://github.com/google/stagehand">
<title>web_ex</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<script defer src="main.dart.js"></script>
</head>
<body>
<div id="output"></div>
<h2>Title</h2>
<div id="title"></div>
<h2>Author</h2>
<div id="author"></div>
<h2>Number of Chapters</h2>
<div id="nchapters"></div>
</body>
</html>