19 lines
572 B
HTML
Executable File
19 lines
572 B
HTML
Executable File
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="user-scalable=no"/>
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"/>
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<link rel="shortcut icon" type="image/x-icon" href="image/favicon.ico"/>
|
|
<link rel="stylesheet" type="text/css" href="report.css"/>
|
|
<title>Report</title>
|
|
</head>
|
|
<body>
|
|
<div id="topbar">
|
|
<button id="print">Print</button>
|
|
</div>
|
|
</body>
|
|
</html>
|