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/Newtonsoft/wwwroot/index.html')
-rw-r--r--wasm/Newtonsoft/wwwroot/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/wasm/Newtonsoft/wwwroot/index.html b/wasm/Newtonsoft/wwwroot/index.html
new file mode 100644
index 0000000..3ddda29
--- /dev/null
+++ b/wasm/Newtonsoft/wwwroot/index.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width" />
+ <title>Newtonsoft</title>
+ <base href="/" />
+ <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
+ <link href="css/site.css" rel="stylesheet" />
+</head>
+<body>
+ <app>Loading...</app>
+
+ <script src="_framework/components.webassembly.js"></script>
+</body>
+</html>