mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-10 18:15:30 +08:00
11 lines
338 B
Text
Vendored
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
|