Second pass at adding key files
This commit is contained in:
36
site/common/templates/comingsoon.html
Normal file
36
site/common/templates/comingsoon.html
Normal file
@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<%set static_url = 'http://forum.slowtwitch.com/static'%>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title><%site_title || 'slowtwitch.com'%>: Comming soon</title>
|
||||
<%include include_common_head.html%>
|
||||
</head>
|
||||
<body id="category">
|
||||
<div class="container">
|
||||
<%include include_header.html%>
|
||||
|
||||
<div class="main">
|
||||
<div class="contentwrapper clearfix">
|
||||
<div class="sidebar">
|
||||
<div class="advert" style="height: 250px"></div>
|
||||
</div>
|
||||
|
||||
<%~init array breadcrumbs%><%init hash breadcrumbs.0%>
|
||||
<%~set breadcrumbs.0.name = 'Photos & Videos'%>
|
||||
<%include include_breadcrumb.html%>
|
||||
|
||||
<div class="content"><%-- start content--%>
|
||||
<h1>Photos & Videos</h1>
|
||||
<div class="headbox clearfix">
|
||||
<div class="botbox"></div>
|
||||
</div>
|
||||
<p>Stay tuned updated photo & video galleries coming to Slowtwitch soon!</p>
|
||||
|
||||
</div><%-- end content --%>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<%include include_footer.html%>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user