mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
16 lines
231 B
HTML
16 lines
231 B
HTML
<!DOCTYPE>
|
|
<html>
|
|
<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>
|