os/docindex.html

16 lines
328 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>OS Component Documentaion List</title>
<style>
body {
background-color: skyblue;
}
</style>
</head>
<body>
<h1><a href="kernel/index.html">Kernel Documentation</a></h1>
<h1><a href="libc/index.html">Libc Documentation</a></h1>
</body>
</html>