-
Notifications
You must be signed in to change notification settings - Fork 0
/
page1.html
23 lines (22 loc) · 865 Bytes
/
page1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>PhoneGap Build Experiment Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" />
<meta charset="utf-8">
<link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title">
<script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
<script type="text/javascript">
</script>
</head>
<body onload="onBodyLoad()" id="stage" class="theme">
<h1>PhoneGap Build Plugin Experiments</h1>
<div class="space"></div>
<p>A project to explore the capabilities of phone gap build's plugins.</p>
<div>
<a href="ga.html" class="btn large">GOOGLE ANALYTICS</a>
<a href="page1.html" class="btn large">ANOTHER PAGE</a>
<a href="index.html" class="btn large"><< BACK</a>
</div>
</body>
</html>