Some tweaks
This commit is contained in:
parent
3115d6f17d
commit
3e03b82cd0
|
@ -1,23 +1,24 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Guestbook-NG - <%= title %></title>
|
<title>Swagg::Net::Guestbook - <%= title %></title>
|
||||||
<meta name="viewport" content= "width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<%= asset 'swagg.css' %>
|
<%= asset 'swagg.css' %>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="outer">
|
<div class="outer">
|
||||||
<h1 id="top">Guestbook-NG</h1>
|
<h1 id="top">Swagg::Net::Guestbook</h1>
|
||||||
<nav>
|
<nav>
|
||||||
<%= link_to View => 'index' %>
|
<%= link_to View => 'index' %>
|
||||||
<%= link_to Sign => 'sign' %>
|
<%= link_to Sign => 'sign' %>
|
||||||
|
<%= link_to 'SwaggNet Home', 'https://www.swagg.net' %>
|
||||||
</nav>
|
</nav>
|
||||||
<% if (flash 'error') { =%>
|
<% if (flash 'error') { =%>
|
||||||
<div class="error">
|
<div class="error">
|
||||||
<h2>Stop! You've violated the law:</h2>
|
<h2>Stop! You've violated the law:</h2>
|
||||||
<p><%= flash 'error' %></p>
|
<p><%= flash 'error' %></p>
|
||||||
<p>Please report to the
|
<p>Please report to the
|
||||||
<%= link_to 'cyber police', 'mailto:swaggboi@slackware.uk' %>!</p>
|
<%= link_to 'cyber police', 'mailto:swaggboi@slackware.uk' %>!</p>
|
||||||
</div>
|
</div>
|
||||||
<% } =%>
|
<% } =%>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user