2022-08-04 11:50:09 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<title>Plausible Playwright tests</title>
|
|
|
|
|
|
|
|
<script defer src="/tracker/js/plausible.file-downloads.local.manual.js" add-file-types="ex,exs"></script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<a id="link" href="https://awesome.website.com/file.pdf">
|
|
|
|
<span id="link-child">Download</span>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a id="link-query" href="https://awesome.website.com/file.ex?some=query">Download link with query</a>
|
2022-09-29 14:12:35 +03:00
|
|
|
|
|
|
|
<a id="local-download" href="file.csv">Local download</a>
|
2022-08-04 11:50:09 +03:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|