21 lines
371 B
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<!-- Prevent the browser from requesting any favicon. -->
<link rel="icon" href="data:,">
</head>
<body>
<h1>Change Detection Benchmark</h1>
<div id="rendererMode">...</div>
<benchmark-root>Loading...</benchmark-root>
<!--default load location for ts_devserver-->
<script src="/_/ts_scripts.js"></script>
</body>
</html>