Update domain name
This commit is contained in:
parent
8006076850
commit
0d60f47611
@ -10,4 +10,4 @@ Write an interative calculator program providing the following features using HT
|
||||
|
||||
Submit the report including requirements, design, execution results and references.
|
||||
|
||||
For try it, click [here](https://calculator.sanchez-mathieu.fr/)
|
||||
For try it, click [here](https://calculator.sanchezm.fr/)
|
15
index.html
15
index.html
@ -13,7 +13,10 @@
|
||||
<link rel="stylesheet" type="text/css" href="ressources/materialize.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="ressources/index.css">
|
||||
|
||||
<meta name="google-site-verification" content="Wj7q88uqcL-YBazin9bAcN5BD8_tlu4N4Aqm8NCHFxc" />
|
||||
<meta content="t3RzZEGL4FTpLJFO7njCG9sAbS8QbhkXT303M2GGuoI" name="google-site-verification"/>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74712385-7"></script>
|
||||
|
||||
</head>
|
||||
|
||||
@ -129,16 +132,6 @@
|
||||
<script src="ressources/jquery-3.3.1.min.js"></script>
|
||||
<script async src="ressources/materialize.min.js"></script>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74712385-7"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-74712385-7');
|
||||
</script>
|
||||
|
||||
<script async src="ressources/index.js"></script>
|
||||
|
||||
</body>
|
||||
|
@ -270,7 +270,7 @@ $( window ).on( "load", function () {
|
||||
}
|
||||
} );
|
||||
|
||||
if ( location.hostname === "sanchez-mathieu.fr" ) {
|
||||
if ( location.hostname === "sanchezm.fr" ) {
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
Loading…
Reference in New Issue
Block a user