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 name="viewport" content="width=device-width,initial-scale=1"> | |
<title>Open Android Settings</title> | |
<style> | |
body{font-family:sans-serif;padding:18px;max-width:720px;margin:auto} | |
a.btn{display:block;padding:14px 18px;margin:10px 0;border-radius:8px;text-decoration:none;border:1px solid #222;color:#000} | |
small{color:#555} |