Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
qwinsi committed Jul 1, 2024
0 parents commit c63f763
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/index-C0bZt9xi.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 87 additions & 0 deletions assets/index-CQqthcE2.js

Large diffs are not rendered by default.

Binary file added favicon.ico
Binary file not shown.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tex2typst Web App - Convert LaTex formula code to Typst</title>

<script type="module" crossorigin src="/assets/index-CQqthcE2.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C0bZt9xi.css">
</head>
<body>
<div id="app"></div>
</body>
</html>

0 comments on commit c63f763

Please sign in to comment.