-
Notifications
You must be signed in to change notification settings - Fork 1
/
sitebrowser.html
20 lines (20 loc) · 970 Bytes
/
sitebrowser.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=320; user-scalable=no" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>University of Puget Sound Mobile</title>
<!-- <link rel="stylesheet" href="sencha/resources/css/sencha-touch.css" type="text/css"> -->
<link rel="stylesheet" href="sencha/resources/css/upsstyle.css" type="text/css">
<script type="text/javascript" src="sencha/sencha-touch.js"></script>
<script type="text/javascript" charset="utf-8" src="phonegap-1.3.0.js"></script>
<script type="text/javascript" charset="utf-8" src="UPSUser.js"></script>
</head>
<body>
<div>
<span style="background-color:#FFF; position:fixed; left:0; top:0; width:100%;"><span>This is the browser:</span></span>
<iframe src ="http://www.pugetsound.edu" style="position:absolute; top:25px; z-index:-1" height="100%" width="100%">
</iframe>
</div>
</body>
</html>