Skip to content
Snippets Groups Projects

Howto card on password from the internal repo

Merged Laurent Heirendt requested to merge (removed):include-pwd into develop
10 files
+ 34
12
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 4
4
@@ -13,20 +13,20 @@
}
});
}
UrlExists('https://r3-core.pages.uni.lu/labCards-internal/index.html', function(status){
UrlExists('https://r3-core.pages.uni.lu/howto-cards-internal/index.html', function(status){
if(status === 200){
// internal pages
window.location.href = 'https://r3-core.pages.uni.lu/labCards-internal/stable';
window.location.href = 'https://r3-core.pages.uni.lu/howto-cards-internal/stable';
} else {
// external pages
window.location.href = 'https://r3.pages.uni.lu/labCards/stable';
window.location.href = 'https://r3.pages.uni.lu/howto-cards/stable';
}
});
</script>
</head>
<body>
<p>
Please follow to <a href="https://r3.pages.uni.lu/labCards/stable">https://r3.pages.uni.lu/labCards/stable</a>!
Please follow to <a href="https://r3.pages.uni.lu/howto-cards/stable">https://r3.pages.uni.lu/howto-cards/stable</a>!
</p>
</body>
</html>
Loading