13 changed files with 99 additions and 33 deletions
@ -0,0 +1,14 @@ |
|||
<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> |
File diff suppressed because one or more lines are too long
@ -0,0 +1,19 @@ |
|||
<!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…
Reference in new issue