kore/example/html/index.html

15 lines
224 B
HTML

<!DOCTYPE>
<head>
<link rel="stylesheet" href="/css/style.css" type="text/css">
<title>Your KORE module worked!</title>
</head>
<body>
<div class="content">
<p>Your first Kore module worked.</p>
</div>
</body>
</html>