summaryrefslogtreecommitdiff
path: root/prolog.html
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-09-02 22:02:29 +0200
committerAleš Smodiš <aless@guru.si>2015-09-02 22:02:29 +0200
commit4f4b1a97d3a2c6962fb9c1c230ab054deed82926 (patch)
treeb714522a0e8bbcc168e10df8c2ace8d21d1014f6 /prolog.html
parent5c4f726e7dc79735376fde9514768d8b7c9c049a (diff)
Bugfixed CodeQ Console, loaded it from prolog.html, added CSS and cursor blinking.
Diffstat (limited to 'prolog.html')
-rw-r--r--prolog.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/prolog.html b/prolog.html
index 5dbfde9..c3e80b2 100644
--- a/prolog.html
+++ b/prolog.html
@@ -15,6 +15,7 @@
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<!-- App -->
<link rel="stylesheet" href="css/codeq.css" type="text/css">
+ <link rel="stylesheet" href="css/codeq/console.css" type="text/css">
</head>
<body>
@@ -96,6 +97,7 @@
<!-- codeq app -->
<script src="js/codeq.js"></script>
<script src="js/codeq/comms.js"></script>
+ <script src="js/codeq/console.js"></script>
<script src="js/def_parser.js"></script>
<script src="js/prolog.js"></script>
</body>