aboutus / index.html
katsukiai's picture
Update index.html
c3f871d verified
raw
history blame contribute delete
816 Bytes
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="google" content="notranslate">
<title>Hello world</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.css" rel="stylesheet">
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/material-dynamic-colors.min.js"></script>
</head>
<body class="dark">
<main class="responsive">
<h3>KatsukiAI xLLM</h3>
<p>
We would like to introduce xLLM jobs! coming soon
</p>
</main>
</body>
</html>