os/docindex.html
2020-07-25 19:12:57 -05:00

15 lines
266 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>
</body>
</html>