-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
28 lines (23 loc) · 1.35 KB
/
header.php
File metadata and controls
28 lines (23 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>CS147 project</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<link rel="stylesheet" href="style.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'/>
<link rel="apple-touch-icon" sizes="57x57" href="appicon.png" />
<link rel="apple-touch-icon" sizes="144x144" href="appiconretina.png" />
<link rel="apple-touch-startup-image" sizes="320x480" href="startup.png" />
<link rel="apple-touch-startup-image" sizes="640x960" href="startupRetina.png" />
<link rel="apple-touch-startup-image" sizes="640x1136" href="startuptall.png" />
</head>
<body>
<div data-role="page" data-theme="b">
<!-- <div data-role="header" data-theme="b" data-icon="home">
<h1>Home</h1><a data-theme="b" href="/" data-icon="home" data-role="button" rel="internal" data-iconpos="notext"></a>
</div> -->