forked from hcientist/OnlinePythonTutor
-
Notifications
You must be signed in to change notification settings - Fork 2
/
render-trace.html
29 lines (20 loc) · 898 Bytes
/
render-trace.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
Python Tutor: https://github.com/pgbovine/OnlinePythonTutor/
Copyright (C) Philip Guo ([email protected])
LICENSE: https://github.com/pgbovine/OnlinePythonTutor/blob/master/LICENSE.txt
-->
<head>
<title>Python Tutor trace renderer</title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
<!-- let Webpack take care of everything. Use the [hash] feature to
create unique filenames for releases:
https://webpack.github.io/docs/long-term-caching.html -->
<script type="text/javascript" src="build/render-trace.bundle.js?a623fd9204" charset="utf-8"></script>
<!-- insert google-analytics.txt contents here -->
</head>
<body>
<div id="visualizerDiv"></div>
</body>
</html>