Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/index.html')
-rw-r--r--wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/index.html b/wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/index.html
new file mode 100644
index 0000000..13bbb31
--- /dev/null
+++ b/wasm/Microsoft.AspNetCore.Blazor.E2EPerformance/wwwroot/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <title>E2EPerformance</title>
+ <link href="benchmarks/lib/bootstrap.min.css" rel="stylesheet" />
+ <link href="benchmarks/lib/minibench/style.css" rel="stylesheet" />
+</head>
+<body style="overflow: scroll;">
+ <div class="container" id="display"></div>
+ <p class="container px-3">
+ <a href="blazor-frame.html">View benchmark app ⮕</a>
+ </p>
+
+ <script type="module" src="benchmarks/index.js"></script>
+</body>
+</html>