kore/misc/stagit/index.html

25 lines
279 B
HTML

<!DOCTYPE>
<html>
<head>
<title>Kore - repositories</title>
<style>
a, a:visited {
color: blue;
}
body {
padding-left: 25px;
padding-top: 25px;
}
</style>
</head>
<body>
<h2>Kore source code repositories</h2>
<a href="/kore/">Kore repository</a>
</body>
</html>