Update index.html.epp

This commit is contained in:
Abir Majumdar 2018-11-16 16:46:48 -05:00 committed by GitHub
parent 08d99f698c
commit 86a97ec0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,12 +2,13 @@
<html>
<head>
<title>Hello World - Hooray!</title>
<title>Hello World</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
</head>
<body>
<p>Hello!</p>
<div class="container">
<img src="img/LEGO.jpg" alt="Puppet" />
<div class="blurb">
@ -21,9 +22,6 @@
<p>total system memory:
<%= $memory[system][total] %>
</p>
<p>vm uuid:
<%= $trusted[extensions][pp_uuid] %>
</p>
</div>
</div>
</body>