You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
745 B

13 years ago
<!DOCTYPE html>
<html>
<head>
13 years ago
<title>Entry DNS</title>
13 years ago
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tag %>
</head>
<body class="application">
13 years ago
<div id="container">
<%= render :partial => 'fragments/top' %>
<div id="wrapper" class="wat-cf">
13 years ago
<div id="main" style="width: 100%;">
13 years ago
<div class="block">
<div class="content">
<div class="inner" data-pjax-container="true">
<%= flash_display 'flash' %>
13 years ago
<%= yield %>
</div>
</div>
</div>
</div>
</div>
<%= render :partial => 'fragments/bottom' %>
</div>
</body>
</html>