18 lines
469 B
HTML
18 lines
469 B
HTML
|
<!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>
|