mirror of
https://github.com/cetic/unikernels.git
synced 2024-12-27 00:33:26 +07:00
16 lines
444 B
HTML
16 lines
444 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>CETIC Internship Unikernel Web Page</title>
|
||
|
<link href="https://fonts.googleapis.com/css?family=Ubuntu:500,300" rel="stylesheet" type="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1 style="font-family: Arial, sans-serif">
|
||
|
CETIC Internship Unikernel Web Page
|
||
|
</h1>
|
||
|
<hr />
|
||
|
<p>This is the first web server spawn from a unikernel during the CETIC Intership 2017-18</p>
|
||
|
</body>
|
||
|
</html>
|