-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.htm
27 lines (27 loc) · 1.14 KB
/
index2.htm
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="css/invariant.css" />
<link rel="stylesheet" type="text/css" href="css/diagnostics.css" />
<link rel="stylesheet" type="text/css" href="css/side_menu.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" type="text/css" href="css/ie.css" />
<![endif]-->
<script data-main="js/app" src="js/libs/require/require.js"></script>
</head>
<body>
<div id="container" class="ui-layout-container">
<div id="header-parent" class="ui-layout-north">
<form>
<input type="button" class="myButton" id="myButton" onclick="window.location.href='LOGOUT.htm'" value="Log Out" />
</form>
</div>
<div id="side-menu-parent" class="ui-layout-west"></div>
<div id="page-content" class="ui-layout-center"></div>
</div>
</body>
</html>