Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.html
More file actions
Latest commit
22 lines (22 loc) · 2.05 KB
/
Copy pathmodules.html
File metadata and controls
22 lines (22 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<htmllang="en" class="scroll-smooth">
<head><metacharset="UTF-8" /><metaname="viewport" content="width=device-width, initial-scale=1.0" />
<title>Capabilities - Forge Kernel Documentation</title>
<metahttp-equiv="refresh" content="0; url=capabilities.html" />
<scriptsrc="https://cdn.tailwindcss.com"></script>
<linkhref="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet" /><linkrel="stylesheet" href="assets/css/docs.css" /></head>
<bodyclass="bg-gray-50 text-gray-900">
<navclass="bg-white shadow-sm border-b"><divclass="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"><divclass="flex justify-between h-16">
<divclass="flex items-center"><divclass="flex-shrink-0"><h1class="text-xl font-bold text-gray-900">Forge Kernel</h1></div>
<divclass="hidden sm:ml-6 sm:flex sm:space-x-8">
<ahref="index.html" class="text-gray-900 inline-flex items-center px-1 pt-1 text-sm font-medium hover:text-blue-600">Home</a>
<ahref="capabilities.html" class="text-blue-600 inline-flex items-center px-1 pt-1 text-sm font-medium border-b-2 border-blue-600">Capabilities</a></div></div></div></nav>
<divclass="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
<divclass="bg-white rounded-lg shadow-sm p-8 text-center">
<h1class="text-2xl font-bold text-gray-900 mb-3">Redirecting to Capabilities</h1>
<pclass="text-gray-600">This page has moved. You should be taken to <ahref="capabilities.html" class="text-blue-600 underline">capabilities.html</a> momentarily.</p>
</div>
</div>
<footerclass="bg-gray-900 text-white py-8 mt-16"><divclass="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center"><spanclass="text-lg font-bold">Forge Kernel</span><pclass="text-gray-400 text-sm mt-2">A toolbox for builders · <ahref="https://github.com/forge-kernel" class="text-gray-400 underline">github.com/forge-kernel</a></p></div></footer>
</body>
</html>