Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
playground test router
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzn committed Sep 14, 2020
1 parent 87f74c5 commit da6d025
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
12 changes: 12 additions & 0 deletions j/fulfill.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Fulfill the predicate</h1>
</body>
</html>

4 changes: 4 additions & 0 deletions j/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<div id='asm'></div>
</body>

<footer>
<a href="./fulfill.html"><button>Fulfill the predicate</button></a>
</footer>

<script>
/*
* Generated by PEG.js 0.10.0.
Expand Down
4 changes: 4 additions & 0 deletions j/source.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<div id='asm'></div>
</body>

<footer>
<a href="./fulfill.html"><button>Fulfill the predicate</button></a>
</footer>

<script>
XXXPARSERXXX

Expand Down

1 comment on commit da6d025

@vercel
Copy link

@vercel vercel bot commented on da6d025 Sep 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.