Initial commit: there's still tons of base Phoenix boilerplate to remove, but the...
[tech-radar-editor.git] / web / templates / layout / radar.html.eex
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Thoughtworks Radar 2014</title>
6 <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700' rel='stylesheet' type='text/css'>
7 <!-- <script src="chance.js"></script>
8 <script src="d3.min.js"></script>
9 <script src="tech-radar.min.js"></script> -->
10
11 <script src="<%= static_path(@conn, "/js/app.js") %>"></script>
12
13 <link href="<%= static_path(@conn, "/css/app.css") %>" rel="stylesheet" type="text/css" />
14 </head>
15
16 <%= render @view_module, @view_template, assigns %>
17
18 </html>