Created
May 8, 2015 00:40
-
-
Save givanse/ed850a0983d53c766d2f to your computer and use it in GitHub Desktop.
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> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, user-scalable=no"/> | |
<link rel="stylesheet" href=""> | |
<style> | |
html, body { | |
width: 100%; | |
overflow: hidden; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Foobar 1</h1> | |
<script src=""></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment