Skip to content

Instantly share code, notes, and snippets.

@imufun
Last active December 23, 2015 04:55
Show Gist options
  • Select an option

  • Save imufun/b8e3bf39017b8c39011e to your computer and use it in GitHub Desktop.

Select an option

Save imufun/b8e3bf39017b8c39011e to your computer and use it in GitHub Desktop.
HTML-CSS Auto Refresh
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="3"/> ///this code for auto refresh
</head>
<body>
<h1>Auto Refresh Browser</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment