console-hub/html/views/index.html
2019-12-30 18:59:50 +01:00

28 lines
839 B
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Console hub</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"><!-- include material icons -->
<link rel="stylesheet" href="styles.min.css"><!-- include custom stylesheet -->
</head>
<body>
<div id="view">
</div>
<script>
if (typeof module === 'object') {window.module = module; module = undefined;}
</script>
<script src="jquery.min.js"></script>
<script>if (window.module) module = window.module;</script>
<script src="gamepad.js"></script>
<script src="functions.js"></script>
<script src="script.js"></script>
<script src="onlineChecker.js"></script>
<script src="filesystem.js"></script>
<script src="node.js"></script>
<script src="keyboard.js"></script>
</body>
</html>