-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobile.html
33 lines (32 loc) · 958 Bytes
/
mobile.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
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[An example of getting started with Cytoscape.js]" />
<meta charset=utf-8 />
<title>JasonV.com : History of Programming Languages</title>
<script src="jquery.min.js"></script>
<script src='data.js'></script>
<script src="cytoscape.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<script src='graph.js'></script>
<style>
#cy {
height: 1500px;
width: 90%;
position: absolute;
left: 0;
position: absolute;
top: 135px;
bottom: 0;
left: 0;
right: 0;
background-color: white /* show me! */
}
</style>
</head>
<body>
<h1><span style="color:#DB2127">HISTORY</span> OF <span style="color:#DB2127">PROGRAMMING</span> LANGUAGES</h1>
<div class='navbar-inner'><span class='directions'>Click on a language to see predecessors and offspring</span></div>
<div id="cy" style="border:2px">
</body>
</html>