Skip to content

Commit

Permalink
Adding a redirection to the new webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltari committed Oct 7, 2022
1 parent 69c6051 commit b9bf8d5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<meta http-equiv="refresh" content="1;url=https://modelum.github.io/" />

<!--
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/cerulean/bootstrap.min.css" integrity="sha384-3fdgwJw17Bi87e1QQ4fsLn4rUFqWw//KU0g8TvV6quvahISRewev6/EocKNuJmEw" crossorigin="anonymous">
<link rel="stylesheet" href="css/custom.css" type="text/css">
-->
<title>ModelUM - Home</title>
</head>
<body>
<h3>
Redirecting to new ModelUM webpage...<a target="_blank" href="https://modelum.github.io/">https://modelum.github.io/</a>
</h3>
<!--
<div class="container">
<div class="row" id="header"></div><br>
<div class="row">
Expand Down Expand Up @@ -84,5 +92,6 @@ <h4>Location</h4>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
<script>$(document).ready(function(){$('#header').load("html/common/header.html");});</script>
<script>$(document).ready(function(){$('#footer').load("html/common/footer.html");});</script>
-->
</body>
</html>

0 comments on commit b9bf8d5

Please sign in to comment.