mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
- procqueue: You can now schedule procs to be executed at some point in the future. - Crew monitoring: see issue #10498 - html_interface: fix for Nanotrasen-style windows, refactor Javascript files and move them in their own folder - Includes changelog entry for the crew monitoring changes.
17 lines
649 B
HTML
17 lines
649 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta charset="UTF-8" />
|
|
<title></title>
|
|
<link rel="stylesheet" type="text/css" href="bootstrap.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="html_interface.css" />
|
|
<script type="text/javascript">var hSrc = "[hsrc]";</script>
|
|
<script type="text/javascript" src="jquery.min.js"></script>
|
|
<script type="text/javascript" src="jquery.mousewheel.min.js"></script>
|
|
<script type="text/javascript" src="bootstrap.min.js"></script>
|
|
<script type="text/javascript" src="html_interface.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |