about summary refs log tree commit diff
path: root/lib/rook_web/templates/app/entrypoint.html.eex
blob: 7551fdc35040fc90f5dfa65825493420c0cc6d56 (plain)
1
2
3
4
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/#{@entrypoint}.css") %>"/>
<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/#{@entrypoint}.js") %>"></script>

<div id="app"></div>