datatracker/resources/templates/index.html

18 lines
469 B
HTML
Raw Normal View History

2024-10-15 17:27:54 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ailur Data tracker</title>
<style>
body {
font-family: sans-serif;
}
</style>
</head>
<body>
<h1>Ailur Data tracker</h1>
<p>Welcome to the Ailur Data tracker. This is a simple web application that tracks in-progress and past RFCs.</p>
<p>Click <a href="/oauth">here</a> to log in.</p>
<p>Click <a href="/rfc">here</a> to view the RFCs.</p>
</body>
</html>