2 changed files with 0 additions and 33 deletions
@ -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> |
|
@ -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…
Reference in new issue