21 lines
522 B
HTML
21 lines
522 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>AngularDart Scrolling Benchmark</title>
|
|
</head>
|
|
<body>
|
|
<form>
|
|
App size: <input type="text" name="appSize" value="1"></input><br>
|
|
Iteration count: <input type="text" name="iterationCount" value="1"></input><br>
|
|
Scroll increment: <input type="text" name="scrollIncrement" value="1"></input><br>
|
|
</form>
|
|
<div>
|
|
<button id="run-btn">Run</button>
|
|
<button id="reset-btn">Reset</button>
|
|
</div>
|
|
<scroll-app>Loading...</scroll-app>
|
|
|
|
$SCRIPTS$
|
|
</body>
|
|
</html>
|