firewatch
Version:
Firefox OS memory watch
18 lines (17 loc) • 500 B
HTML
<html>
<head>
<meta charset="utf-8" />
<title>Firewatch</title>
<link href="/index.css" rel="stylesheet" type="text/css" />
<link href="/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
<script src="/socket.io/socket.io.js"></script>
<script src="/d3/d3.js"></script>
<script src="/lodash/lodash.js"></script>
<script src="/react/react-with-addons.js"></script>
<script src="/build.js"></script>
</head>
<body>
<div id="content"></div>
</body>
</html>