Browse Source

remove crud

pull/1/head
wes 7 years ago
parent
commit
ae779c5c6c
  1. 14
      src/scripts/decision.tag
  2. 19
      src/templates/decisions.html

14
src/scripts/decision.tag

@ -1,14 +0,0 @@
<decision>
<h1 class="blog-title">IDK What this would do</h1>
<h2 class="blog-title">Complete the current step before moving ahead</h2>
<ul class="step">
<li each={steps} data={this} class={"step-item"+ (active ? " active" : "")}>
<a href="#" class="tooltip" data-tooltip={stepname}>{stepname}</a>
</li>
</ul>
<script>
this.steps = [];
</script>
</decision>

19
src/templates/decisions.html

@ -1,19 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
<meta name="viewport" content="width=device-width, initial-scale=1">
<header class="text-center nav navbar">
<section class="centered page-top navbar-section">
</section>
</header>
<html>
<body>
<decision>
</decision>
<footer class="footer">
</footer>
<link rel="stylesheet" href="/blog/styles/spectre.min.css">
<link rel="stylesheet" href="/blog/styles/blog.min.css">
<script type="text/javascript" src="/blog/scripts/blog.min.js"></script>
</body>
</html>
Loading…
Cancel
Save