puppeteer/test/assets/prerender/target.html

6 lines
107 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>
<body>target</body>