Skip to content

Commit b16c98b

Browse files
committed
ok
1 parent debd7db commit b16c98b

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

applets/mobius/showcase.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
<title>Möbius transformations</title>
99
<link rel="stylesheet" href="./showcase.css">
1010

11+
<!-- Global site tag (gtag.js) - Google Analytics -->
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HVPF4FLZCB"></script>
13+
<script>
14+
window.dataLayer = window.dataLayer || [];
15+
function gtag() { dataLayer.push(arguments); }
16+
gtag('js', new Date());
17+
18+
gtag('config', 'G-HVPF4FLZCB');
19+
</script>
20+
1121
</head>
1222

1323
<body>

contenido/transformaciones_lineales_fraccionarias.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,10 +552,10 @@ <h3>3. Clasificación mediante la traza</h3>
552552
</p>
553553

554554
<iframe style="width: 100%; height: 450px; border: none;"
555-
src="https://geometria-hiperbolica.github.io/sketches/mobius/showcase.html"></iframe>
555+
src="https://complex-analysis.com/applets/mobius/showcase.html"></iframe>
556556
<div style="margin-top: -30px;">
557557
<p style="text-align: center;">
558-
<a href="https://geometria-hiperbolica.github.io/sketches/mobius/showcase.html" target="_blank">
558+
<a href="https://complex-analysis.com/applets/mobius/showcase.html" target="_blank">
559559
Pantalla completa
560560
<i class="fa fa-external-link-alt"></i>
561561
</a>

content/linear_fractional_transformations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,11 +550,11 @@ <h3>3. Classification using the trace</h3>
550550
</p>
551551

552552
<iframe style="width: 100%; height: 450px; border: none;"
553-
src="https://geometria-hiperbolica.github.io/sketches/mobius/showcase.html"></iframe>
553+
src="https://complex-analysis.com/applets/mobius/showcase.html"></iframe>
554554
<div style="margin-top: -30px;">
555555
<p style="text-align: center;">
556556

557-
<a href="https://geometria-hiperbolica.github.io/sketches/mobius/showcase.html" target="_blank">
557+
<a href="https://complex-analysis.com/applets/mobius/showcase.html" target="_blank">
558558
Full screen
559559
<i class="fa fa-external-link-alt"></i></a>
560560
</p>

0 commit comments

Comments
 (0)