os/index.html

15 lines
266 B
HTML
Raw Normal View History

<!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>