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