Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea committed Sep 23, 2021
1 parent 4212370 commit 3041779
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions example.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/handlebars@latest/dist/handlebars.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>

<style>
body { font-family:arial; text-align:center; }
.page { max-width:960px; margin: 0 auto; }
li {margin-bottom:10px}
</style>

<body>
Expand All @@ -12,10 +13,11 @@
<h2>heatloss.js example</h2>

<script type="text/javascript" src="files/config_new.js"></script>
<script type="text/javascript" src="files/bothylab_data.js"></script>
<link rel="stylesheet" type="text/css" href="heatlossjs/style.css?v=1" />
<script type="text/javascript" src="files/midterrace_data.js"></script>
<link rel="stylesheet" type="text/css" href="heatlossjs/style.css" />
<div id="heatloss"></div>
<script type="text/javascript" src="heatlossjs/model.js"></script>
<div id="heatloss"></div><script>heatloss.init("#heatloss")</script>

</div>
</body>

0 comments on commit 3041779

Please sign in to comment.