Skip to content

Commit

Permalink
chore: delete 50MB.zip example
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jan 11, 2024
1 parent d4e0981 commit 58a23a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Binary file removed examples/static/50MB.zip
Binary file not shown.
18 changes: 9 additions & 9 deletions examples/static/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head></head>
<body>
<h1>Hello Static World!</h1>
<img src="deno_logo.png" width="150" />
<p>
<a href="50MB.zip">Download a 50MB Test File</a>
</p>
</body>
</html>

<head></head>

<body>
<h1>Hello Static World!</h1>
<img src="deno_logo.png" width="150" />
</body>

</html>

0 comments on commit 58a23a1

Please sign in to comment.