Created
January 12, 2014 16:12
-
-
Save siriokun/8386615 to your computer and use it in GitHub Desktop.
Minimal UI in Safari. Minimize top and bottom bar in Safari.
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 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