index.html (231B)
1 <!DOCTYPE>
2 <html>
3 <head>
4 <link rel="stylesheet" href="/css/style.css" type="text/css">
5 <title>Your KORE module worked!</title>
6 </head>
7
8 <body>
9
10 <div class="content">
11 <p>Your first Kore module worked.</p>
12 </div>
13
14 </body>
15 </html>