Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
redirect to edamontology.org
  • Loading branch information
hmenager authored Jul 4, 2024
1 parent 07b182e commit f0de833
Showing 1 changed file with 9 additions and 44 deletions.
53 changes: 9 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,46 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">

<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<title>EDAM ontology by edamontology</title>
</head>

<body>
<header>
<div class="inner">
<h1>EDAM ontology</h1>
<h2>EDAM is an ontology of bioscientific data analysis and data management</h2>
<a href="https://github.com/edamontology" class="button"><small>Follow me on</small> GitHub</a>
</div>
</header>

<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>
<a id="homepage" class="anchor" href="#homepage" aria-hidden="true"><span class="octicon octicon-link"></span></a>
Homepage of EDAM is <a href="https://edamontology.org">https://edamontology.org</a>
</h1>
</section>

<aside id="sidebar">
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>

</div>
</div>


</body>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="5; url=https://edamontology.org">
<title>Redirecting...</title>
</head>
<body>
<p>If you are not redirected automatically, follow this <a href="https://edamontology.org">link to the EDAM ontology official website</a>.</p>
</body>
</html>

0 comments on commit f0de833

Please sign in to comment.