Merge pull request #15 from maju6406/maju6406-patch-9
Making website generic
This commit is contained in:
commit
bddcfb83b8
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Cummins Website</title>
|
<title>Sample Website</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>
|
||||||
@ -11,13 +11,6 @@
|
|||||||
<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">
|
||||||
<% if $kernel == 'windows' { -%>
|
|
||||||
<img src="img/windows.png" height="128" width="128" />
|
|
||||||
<% } elsif $kernel == 'Linux' { -%>
|
|
||||||
<img src="img/tux.png" height="128" width="128" />
|
|
||||||
<% } elsif $kernel == 'Darwin' { -%>
|
|
||||||
<img src="img/apple.png" height="128" width="128" />
|
|
||||||
<% } -%>
|
|
||||||
<h1>System Info </h1>
|
<h1>System Info </h1>
|
||||||
<p>fqdn/certname:
|
<p>fqdn/certname:
|
||||||
<%= $trusted[certname] %>
|
<%= $trusted[certname] %>
|
||||||
|
Loading…
Reference in New Issue
Block a user