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.
22 lines
751 B
22 lines
751 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
|
<title><%= @page_name %></title>
|
|
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/assets/css/Footer-Dark-icons.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<div class="row text-center">
|
|
<div class="col-md-12 align-self-center" style="background: #b6cff4;border-radius: 13px;">
|
|
<h2 class="text-center" style="color: rgb(44,85,128);"><%= @page_name %></h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div style="padding-top: 45px;"></div>
|
|
</div> |