Created
February 21, 2013 06:06
-
-
Save ralphcrisostomo/5002577 to your computer and use it in GitHub Desktop.
Auto Reload Page
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Auto Reload</title> | |
<meta http-equiv="refresh" content="15"> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment