14 lines
528 B
HTML
14 lines
528 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Static</title>
|
|
<meta name="viewport" content="width=device-width; initial-scale=1.0; minimum-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
|
|
<link rel="apple-touch-icon" href="../iui/iui-logo-touch-icon.png" />
|
|
<meta name="apple-touch-fullscreen" content="YES" />
|
|
</head>
|
|
<body>
|
|
<h2>Simple Static Page</h2>
|
|
</body>
|
|
</html>
|