os/docindex.html

16 lines
328 B
HTML
Raw Permalink Normal View History

2020-07-25 19:10:43 -05:00
<!DOCTYPE html>
<html>
<head>
<title>OS Component Documentaion List</title>
2020-07-25 19:12:57 -05:00
<style>
body {
background-color: skyblue;
}
</style>
2020-07-25 19:10:43 -05:00
</head>
<body>
<h1><a href="kernel/index.html">Kernel Documentation</a></h1>
2020-07-26 15:38:29 -05:00
<h1><a href="libc/index.html">Libc Documentation</a></h1>
2020-07-25 19:10:43 -05:00
</body>
</html>