Skip to content

Instantly share code, notes, and snippets.

@siriokun
Created January 12, 2014 16:12
Show Gist options
  • Save siriokun/8386615 to your computer and use it in GitHub Desktop.
Save siriokun/8386615 to your computer and use it in GitHub Desktop.
Minimal UI in Safari. Minimize top and bottom bar in Safari.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="minimal-ui">
<title>Minimal UI in Safari</title>
</head>
<body>
<h1>Minimal UI in Safari</h1>
<p>Minimize top and bottom bar in Safari.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment