dev-cli with browser based fetching

This commit is contained in:
mrjvs
2023-12-26 19:13:15 +01:00
parent 75d4b9edcb
commit c26e135d74
5 changed files with 109 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scraper CLI</title>
</head>
<body>
<script src="./index.ts" type="module"></script>
</body>
</html>