Files
2013-07-10 16:58:01 +08:00

28 lines
891 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title><%- title %></title>
<!-- Viewport mobile tag for sensible mobile support -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Stylesheets from your assets folder are included here -->
<%- assets.css() %>
</head>
<body>
<div class="big-screen-container">
<%- body %>
</div>
<div id="footer" class="pure-g footer">
<a target="_blank" href="http://sohub.herokuapp.com" class="copyright pure-u-1">&copy; 2013 Sohub</a>
<a href="https://github.com/wahyd4/sohub" target="_blank">Fork me on Github</a>
<a href="https://jinshuju.net/f/7q7AEc" target="_blank">提交你的反馈吧!</a>
</div>
<!-- Templates from your view path are included here -->
<%- assets.templateLibrary() %>
<%- assets.js() %>
</body>
</html>