19 lines
435 B
Elixir
19 lines
435 B
Elixir
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
|
|
||
|
<title>BDFR Browser</title>
|
||
|
|
||
|
<link href="/static/bootstrap.css" rel="stylesheet">
|
||
|
<script src="/static/bootstrap.bundle.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<%= EEx.eval_file(embedded_template, embedded_args) %>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|