Skip to content

Commit

Permalink
Update benchmark.html, demo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed Feb 13, 2023
1 parent 48ac365 commit b8c1823
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 274 deletions.
8 changes: 4 additions & 4 deletions browser-tests/benchmark.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
body {
background: #fff;
font-size: 16px;
font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
color: #444;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
Expand All @@ -70,7 +70,7 @@
padding: 0 60px;
max-width: 800px;
}
#page-rendering-test #content-wrap input[type='number'] {
#page-rendering-test #content-wrap input[type="number"] {
width: 6em;
border-bottom: 1px solid #003cb1;
}
Expand Down Expand Up @@ -102,7 +102,7 @@
<script src="https://unpkg.com/handlebars@4.7.7/dist/handlebars.min.js"></script>
<!-- This is a fallback, since ../dist/browser/eta.min.js is not uploaded to GitHub -->
<script src="https://unpkg.com/eta"></script>
<script src="../dist/browser/eta.min.js"></script>
<script src="../dist/browser.min.umd.js"></script>
<script src="https://unpkg.com/squirrelly@8.0.8"></script>
<script src="https://unpkg.com/mustache@4.2.0/mustache.min.js"></script>
<script src="https://pugjs.org/js/pug.js"></script>
Expand All @@ -111,7 +111,7 @@

<script src="./benchmark.js"></script>
<script>
app('#app')
app("#app");
</script>
</div>
</body>
Expand Down
Loading

0 comments on commit b8c1823

Please sign in to comment.