initial commits
commit
85107e1682
|
@ -0,0 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<titlte>Computing</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Computing</h1>
|
||||
<section>
|
||||
<h2>Index</h2>
|
||||
<section id="A">
|
||||
<h2>A</h2>
|
||||
<ul>
|
||||
<li><a href="artificial-intelligence/">artificial intelligence</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="C">
|
||||
<h2>C</h2>
|
||||
<ul>
|
||||
<li><a href="computer-terminal/">computer-terminal</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Reference in New Issue