50 ◾ PhoneGap Build
Listing 3.2 Code Written in the index.html File
<!DOCTYPE html>
<html>
<head>
<title>Welcome Message App</title>
<meta http-equiv = "Content-Type" content = "text/html; charset = UTF-8"/>
<meta name = "format-detection" content = "telephone = no"/>
<meta name = "viewport" content = "user-scalable = no, initial-scale = 1,
maximum-scale = 1, minimum-scale = 1, width = device-width, height = device-
height, target-densitydpi = device-dpi"/>
<link rel = "stylesheet" type = "text/css" href = "css/index.css"/>
<script type = "text/javascript" src = "cordova-2.3.0.js"></script>
<script type = "text/javascript" src = "js/index.js"></script>
<script type = "text/javascript">
document.addEventListener("deviceready", PhonegapLoaded, ...