Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions js/quick-start_onnxruntime-web-bundler/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html>
<header>
<head>
<title>ONNX Runtime JavaScript examples: Quick Start - Web (using bundler)</title>
</header>
</head>
<body>
<!-- consume a single file bundle -->
<script src="./dist/bundle.min.js"></script>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions js/quick-start_onnxruntime-web-script-tag/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<header>
<head>
<title>ONNX Runtime JavaScript examples: Quick Start - Web (using script tag)</title>
</header>
</head>
<body>
<!-- import ONNXRuntime Web from CDN -->
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.min.js"></script>
Expand Down Expand Up @@ -41,4 +41,4 @@
main();
</script>
</body>
</html>
</html>