mirror of
https://github.com/danbulant/console-hub
synced 2026-05-26 21:42:06 +00:00
27 lines
763 B
HTML
27 lines
763 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="../../dist/css/styles.min.css"><!-- include custom stylesheet -->
|
|
</head>
|
|
<body>
|
|
<div id="view">
|
|
|
|
</div>
|
|
|
|
<div class='box'>
|
|
<div class='wave -one'></div>
|
|
<div class='wave -two'></div>
|
|
<div class='wave -three'></div>
|
|
</div>
|
|
|
|
<script>
|
|
if (typeof module === 'object') {window.module = module; module = undefined;}
|
|
</script>
|
|
<script src="../dep/jquery.min.js"></script>
|
|
<script>if (window.module) module = window.module;</script>
|
|
<script src="main.js"></script>
|
|
</body>
|
|
</html>
|