Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
spalma-sopra committed Jan 4, 2018
2 parents 995b9ea + a9780d0 commit 46948e9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Simone CV</title>
</head>

<body>
<script type="text/javascript">
(function () {
window.location = 'https://simopalma.github.io/cv-site';
})();
</script>
</body>

</html>

0 comments on commit 46948e9

Please sign in to comment.