puppeteer/test/assets/prerender/target.html

6 lines
122 B
HTML
Raw Normal View History

2023-08-28 06:20:57 +00:00
<!DOCTYPE html>
<head>
<script>fetch('target.html?fromPrerendered')</script>
2023-08-28 06:20:57 +00:00
</head>
2023-10-06 14:50:39 +00:00
<body>target<input></input></body>