Current section

Files

Jump to
udia lib udia_web templates layout app.html.eex
Raw

lib/udia_web/templates/layout/app.html.eex

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Universal Dream, Infinite Awareness">
<meta name="author" content="Udia Software Incorporated">
<title>UDIA</title>
<style>html {height:100%;} body {height: 100%;}</style>
</head>
<body>
<%= render @view_module, @view_template, assigns %>
</body>
</html>