Update index.html.epp
This commit is contained in:
parent
08d99f698c
commit
86a97ec0ba
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user