index.html (35 lines of code) (raw):
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apache cTAKES</title>
<link rel="stylesheet" href="styles.css"> <!-- Optional: Add a custom stylesheet -->
</head>
<body>
<div class="branding">
<img src="Apache_Software_Foundation_Logo_(2016).svg.png" alt="Apache cTAKES Logo" />
<p>Apache cTAKES is an open-source project of the Apache Software Foundation.</p>
</div>
<div class="landing-page">
<h1>Welcome to Apache cTAKES</h1>
<p>The Apache cTAKES website has moved to its new GitHub repository. Please follow the link below to access the documentation and other resources:</p>
<a class="main-link" href="https://github.com/apache/ctakes?tab=readme-ov-file#apache-ctakes" target="_blank">
Visit the GitHub Wiki
</a>
</div>
<footer>
<div class="navbar">
<ul>
<li><a href="https://www.apache.org/licenses/">License</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks to our Sponsors</a></li>
<li><a href="https://www.apache.org/security/">Security</a></li>
<li><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li>
<li><a href="https://www.apache.org/">Apache Home</a></li>
</ul>
</div>
<p>This project is an Apache project and is part of a larger community of developers and users.</p>
</footer>
</body>
</html>