UNPKG
foam-framework
Version:
latest (0.5.0)
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
MVC metaprogramming framework
github.com/foam-framework/foam
foam-framework/foam
foam-framework
/
apps
/
qbcapture
/
redirected.html
12 lines
(10 loc)
•
271 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
html
>
<
head
>
<
script
src
=
"redirected.js"
>
</
script
>
</
head
>
<
body
>
<
h2
>
Opened in QuickBug
</
h2
>
<
p
>
See the QuickBug window. You can close this tab.
</
p
>
<
p
>
<
a
id
=
"link"
href
=
"about:blank"
>
Click here
</
a
>
to open the web version.
</
p
>
</
body
>
</
html
>