mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
14 lines
394 B
HTML
14 lines
394 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>MJLite Test</title>
|
|
<script src="parser.js" type="text/javascript"></script>
|
|
<script src="build.js" type="text/javascript"></script>
|
|
<link href="style.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<input type="text" value="2x^2 + 3" id="input" />
|
|
<div id="math"></div>
|
|
</body>
|
|
</html>
|