mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
20 lines
488 B
HTML
20 lines
488 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>AngularDart Scrolling Benchmark</title>
|
|
</head>
|
|
<body>
|
|
<form>
|
|
App size: <input type="text" name="appSize" value="1"><br>
|
|
Iteration count: <input type="text" name="iterationCount" value="1"><br>
|
|
Scroll increment: <input type="text" name="scrollIncrement" value="1"><br>
|
|
</form>
|
|
<div>
|
|
<button id="run-btn">Run</button>
|
|
<button id="reset-btn">Reset</button>
|
|
</div>
|
|
<scroll-app></scroll-app>
|
|
|
|
$SCRIPTS$
|
|
</body>
|
|
</html>
|