Skip to content

Commit

Permalink
Move redirect to html
Browse files Browse the repository at this point in the history
  • Loading branch information
christianesperar committed Jul 7, 2018
1 parent f274c97 commit ad57c6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/blank.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<html><head><title>Google</title></head><script src="blank.js"></script></html>
<html><head><title>Google</title><meta http-equiv="refresh" content="0; URL='https://www.google.com'"></head></html>
2 changes: 1 addition & 1 deletion src/blank.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>Google</title>
<meta http-equiv="refresh" content="0; URL='https://www.google.com'" />
</head>
<script src="blank.js"></script>
</html>
2 changes: 0 additions & 2 deletions src/blank.js

This file was deleted.

0 comments on commit ad57c6f

Please sign in to comment.