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.
33 lines
1010 B
33 lines
1010 B
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en">
|
|
<head>
|
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
|
|
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
|
|
<link href="https://fonts.googleapis.com/css?family=Bitter:400,600,700" rel="stylesheet" type="text/css"/>
|
|
<link href="https://fonts.googleapis.com/css?family=Cabin:400,600,700" rel="stylesheet" type="text/css"/>
|
|
<title>HALS</title>
|
|
<%= csp_meta_tag %>
|
|
<%= stylesheet_link_tag '', media: 'all', 'data-turbo-track': 'reload' %>
|
|
<%= javascript_include_tag 'application', 'data-turbo-track': 'reload' %>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
<div class="bg-color-light-blue">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col mt-7">
|
|
<%= yield %>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- <div> -->
|
|
<!-- <%= render partial: 'layouts/footer' %> -->
|
|
<!-- </div> -->
|
|
|
|
</body>
|
|
</html>
|