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