-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a redirection to the new webpage
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> |