-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add dos reload site * Remove duplicated link * Clean up * Update README.md Rename the repo. * Geolocation API test (+ a bit of a clean up) (#1) * Add geolocation API test. * Improve headers, move back button to the top. * Add missing EOL * Add dos reload site * Update title of dos-reload
- Loading branch information
1 parent
a54f392
commit 23601f1
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>Infinite location.reload() loop</title> | ||
|
||
<script src="//doubleclick.net/tracker.js"></script> | ||
</head> | ||
<body> | ||
<p><a href="../index.html">[Home]</a></p> | ||
|
||
<p>Infinite location.reload() loop</p> | ||
|
||
<script> | ||
open(""); | ||
setInterval('location.reload()',1); | ||
</script> | ||
|
||
</body> | ||
</html> |