Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml"[/URL] xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
<title>JavaScript Sample</title>
</head>
<body>
<form name="MainForm">
<p>Choose the shape of the Destructor:<br />
<input type="radio" name="OidarMaster" id="Oidar1"></input>Chocolate<br />
<input type="radio" name="OidarMaster" id="Oidar2"></input>Caramel<br />
<input type="radio" name="OidarMaster" id="Oidar3"></input>Nougat<br />
<input type="radio" name="OidarMaster" id="Oidar4"></input>An ear-splitting all-consuming Shriek of Doom</p>
<p>Do you wish the Destructor to ravage Tokyo as well as your hometown?<br />
<input type="checkbox"></input>Ravage Tokyo, too!</p>
<p>Have a nice day.</p>
</form>
</body>
</html>