Skip to content

Commit

Permalink
added html for trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
rambip committed Nov 29, 2023
1 parent 4141e5e commit 8eb4f1b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/onclick/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>interactivity in markdown</title>
<link data-trunk rel="rust" data-wasm-opt="s">
</head>
<body></body>
</html>

9 changes: 9 additions & 0 deletions examples/showcase/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>showcase of markdown in-browser rendering</title>
<link data-trunk rel="rust" data-wasm-opt="s">
</head>
<body></body>
</html>

0 comments on commit 8eb4f1b

Please sign in to comment.