Skip to content

Commit 677a115

Browse files
committed
Update import URLs in HeatConduction2DFin.html and HeatConduction2DFinGmsh.html; add robots.txt to disallow all web crawlers
1 parent e0d8060 commit 677a115

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

examples/solidHeatTransferScript/HeatConduction2DFin/HeatConduction2DFin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h1>Heat Conduction in a Two-Dimensional Fin Example</h1>
4949
FEAScriptModel,
5050
plotSolution,
5151
printVersion,
52-
} from "https://feascript.github.io/FEAScript-core/src/index.js";
52+
} from "https://core.feascript.com/src/index.js";
5353

5454
window.addEventListener("DOMContentLoaded", () => {
5555
// Print FEAScript version in the console

examples/solidHeatTransferScript/HeatConduction2DFin/HeatConduction2DFinGmsh.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,10 @@ <h2>GMSH File Import <span class="experimental-badge">BETA</span></h2>
146146
<!-- Worker-Based Simulation Script -->
147147
<script type="module">
148148
import {
149+
FEAWorkerScript,
149150
plotSolution,
150151
printVersion
151-
} from "https://feascript.github.io/FEAScript-core/src/index.js";
152-
153-
import { FEAWorkerScript } from "../../../src/FEAWorkerScript.js";
152+
} from "https://core.feascript.com/src/index.js";
154153

155154
window.addEventListener("DOMContentLoaded", async () => {
156155
try {

robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy