-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
20 lines (20 loc) · 1012 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html><html lang="en"><head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<script src="p5.min.js"></script>
<title>Online Equation Of State : GERG 2008</title>
<meta charset="utf-8">
<meta name="description" content="Equation Of State GERG 2008 running directly from your browser. Translation of the Eric Lemmon work from NIST">
</head>
<body>
<body style="background-color:rgb(255, 255, 255);">
<textarea id="PasteXLS" name="textarea" rows="5" cols="10" style="resize: none;background-color:#abbfc3;"></textarea>
<script src="00_Globals.js"></script>
<script src="02_GERG2008.js"></script>
<script src="03_GROSS.js"></script>
<script src="04_DETAIL.js"></script>
<script src="05_AUTREADINGBOX.js"></script>
<script src="06_DRAWINGS.js"></script>
<script src="07_MWM_MN.js"></script>
<script src="01_Index.js"></script>
</body></html>