Move test_tree to test/resources/
This commit is contained in:
48
test/resources/template.html
Normal file
48
test/resources/template.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en-ca">
|
||||
<head>
|
||||
<title><!-- title --> | Cutieguwu</title>
|
||||
<include src="includes/meta.html" />
|
||||
</head>
|
||||
<body>
|
||||
<nav class="pane">
|
||||
<include src="includes/nav_header.html" />
|
||||
<include src="includes/nav_menu.html" />
|
||||
<div class="location">
|
||||
<header><h4>You are here:</h4></header>
|
||||
<h5 class="page">
|
||||
Blog -
|
||||
<!-- title -->
|
||||
</h5>
|
||||
</div>
|
||||
<include src="includes/nav_quick_links.html" />
|
||||
</nav>
|
||||
<main class="pane blog">
|
||||
<div class="body">
|
||||
<header>
|
||||
<h1 class="title"><!-- title --></h1>
|
||||
<p class="date">
|
||||
Posted:
|
||||
<!-- date.posted -->
|
||||
</p>
|
||||
<p class="date">
|
||||
Last Edited:
|
||||
<!-- date.modified -->
|
||||
</p>
|
||||
</header>
|
||||
<div class="body">
|
||||
<!-- image -->
|
||||
<!-- Post Content -->
|
||||
</div>
|
||||
</div>
|
||||
<include src="includes/tailer.html" />
|
||||
</main>
|
||||
<div class="pane spacer">
|
||||
<include src="./includes/blog_recent_posts.html" />
|
||||
<div class="spacer_container"><p>#AD</p></div>
|
||||
</div>
|
||||
<include src="includes/footer.html" />
|
||||
<include src="includes/scripts.html" />
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user