Skip to content

Commit 96699c7

Browse files
committed
Merge branch 'htmujahid-master'
2 parents 274d3aa + d5f6747 commit 96699c7

File tree

12 files changed

+2272
-0
lines changed

12 files changed

+2272
-0
lines changed

frameworks/keyed/sonnet/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Benchmarks for SonnetJS</title>
5+
<link href="/css/currentStyle.css" rel="stylesheet" />
6+
</head>
7+
<body>
8+
<div id="main"></div>
9+
<template id="t1000"><tr><td class='col-md-1'>{id}</td><td class='col-md-4'><a class='lbl'>{lbl}</a></td><td class='col-md-1'><a class='remove'><span class='remove glyphicon glyphicon-remove' aria-hidden='true'></span></a></td><td class='col-md-6'></td></tr></template>
10+
<template id="t10000"><tr><td class='col-md-1'>{id}</td><td class='col-md-4'><a class='lbl'>{lbl}</a></td><td class='col-md-1'><a class='remove'><span class='remove glyphicon glyphicon-remove' aria-hidden='true'></span></a></td><td class='col-md-6'></td></tr></template>
11+
<script type="module" src='src/Main.js'></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)