Newer
Older
Import / projects / Gameloft / bne_lib / tools / MonitorReports / template.html
@John John on 29 Dec 2020 311 bytes bulk import from macbookpro checkouts
<html>
<head>
	<title>$title</title>
	<link rel="stylesheet" type="text/css" href="core_dump.css" />
</head>
<body>
	<div id="main_content_container">
		<h1>
      <span class="highlight">$platform</span> - <span class="highlight">$version</span> - $title - $time
    </h1>
		$content
   	</div>
</body>
</html>