0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-15 17:24:47 +08:00
discourse/web/views/layout.haml

11 lines
338 B
Text
Vendored

!!!
%html
%head
%title Onebox engine development
%link(rel="stylesheet" href="#{root_path}stylesheets/normalize.css")
%link(rel="stylesheet" href="#{root_path}stylesheets/style.css")
%script(src="#{root_path}javascripts/jquery.js")
%script(src="#{root_path}javascripts/main.js")
%body
.container
= yield