unikernels/SOURCE/CONTAINER/WebServer/index.html
Gaetan Longree 4411d5800e First commit
2018-05-11 15:51:48 +02:00

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>