|
|
|
@ -1,10 +1,11 @@
|
|
|
|
|
<!DOCTYPE html> |
|
|
|
|
<html> |
|
|
|
|
<head> |
|
|
|
|
<meta charset="utf-8"> |
|
|
|
|
<meta charset="utf-8" /> |
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
|
|
<meta http-equiv="Content-Language" content="en" /> |
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
|
|
<title><%= content_for?(:title) ? yield(:title) : "EntryDNS" %></title> |
|
|
|
|
|
|
|
|
|
<%= stylesheet_link_tag "application" %> |
|
|
|
|