Last active
December 23, 2015 13:29
-
-
Save twilly86/6642342 to your computer and use it in GitHub Desktop.
This file contains 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
<html> | |
<head> | |
<meta name="format-detection" content="telephone=no" /> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, target-densitydpi=device-dpi" /> | |
<script type="text/javascript" src="cordova.js"></script> | |
<style type="text/css"> | |
* {font-size:large;} | |
</style> | |
<title>Hello World</title> | |
</head> | |
<body style="background-color: green"> | |
<input type="text" /> | |
<button>Focus on me</button> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
<p>test 1</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment