mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
15 lines
224 B
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>
|