Add #performance to home page
Also back out whitespace-only change.
This commit is contained in:
parent
9ea782f759
commit
a80729a179
2 changed files with 3 additions and 3 deletions
|
|
@ -148,7 +148,7 @@ m.module(document.getElementById("example"), app);
|
|||
|
||||
<section class="performance">
|
||||
<div class="container">
|
||||
<h2>Performance</h2>
|
||||
<h2 id="performance">Performance</h2>
|
||||
<p>To run the execution time tests below, click on their respective links, run the profiler from your desired browser's developer tools and measure the running time of a page refresh (Lower is better). <a href="benchmarks.html">Read more</a></p>
|
||||
<div class="row">
|
||||
<div class="col(4,4,6)">
|
||||
|
|
@ -242,4 +242,4 @@ m.module(document.getElementById("example"), app);
|
|||
</footer>
|
||||
<script src="lib/prism/prism.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -224,4 +224,4 @@ where:
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue