-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgenetics.html
More file actions
19 lines (19 loc) · 760 Bytes
/
genetics.html
File metadata and controls
19 lines (19 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="google" value="notranslate">
<meta name="viewport" content="target-densitydpi=device-dpi, width=device-width, initial-scale=1.0, user-scalable=no">
<title>STEAM Games: Genetics Lab</title>
<link rel="stylesheet" href="common/common.css">
<link rel="stylesheet" href="genetics/style.css">
<script src="third-party/ace/ace.js"></script>
<script src="third-party/ace/ext-language_tools.js"></script>
<script src="https://www.gstatic.com/charts/loader.js"></script>
<script src="common/boot.js"></script>
<!--Leading slash so that if not loaded in appengine it will 404 instead of opening locally.-->
<script src="/common/storage.js"></script>
</head>
<body>
</body>
</html>