17 lines
415 B
HTML
17 lines
415 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>
|
|
<scroll-app></scroll-app>
|
|
|
|
$SCRIPTS$
|
|
</body>
|
|
</html>
|