diff options
author | marvin-borner@live.com | 2018-04-13 21:51:31 +0200 |
---|---|---|
committer | marvin-borner@live.com | 2018-04-13 21:51:31 +0200 |
commit | 2af483f225ca3c4f9baea3a0c2287fcda2524aa7 (patch) | |
tree | 8c33c492d40ee254ea437e3f0fcd0fa2b549bcd7 /index.php | |
parent | 3ba8b70bd183de06138745ef1a24d7a93097d587 (diff) |
Some chat design, reverted asset management - added klingon
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -9,8 +9,11 @@ <meta name="msapplication-navbutton-color" content="#0B1D33">
<meta name="apple-mobile-web-app-status-bar-style" content="#0B1D33">
+ <link rel="stylesheet" href="assets/css/slick.css">
+ <link rel="stylesheet" href="assets/css/main.css">
+
<style>
- <?php include "assets/php/stylesheet.php"; ?>
+ <?php //include "assets/php/stylesheet.php"; ?>
</style>
<title>Social Network</title>
@@ -53,7 +56,9 @@ </div>
<div class="MainInTab">
<div class="ChatWindow">
- <div id="ChatResponses" class="ChatResponses"></div>
+ <div id="ChatMessages" class="ChatMessages">
+
+ </div>
<input title="ChatTextInput" id="ChatTextInput" class="ChatInput" type="text"/>
<input title="SubscribeTextInput" id="SubscribeTextInput" class="ChatInput" type="text"/>
</div>
@@ -104,7 +109,7 @@ </div>
<script>
- <?php include "assets/php/scripts.php"; ?>
+ <?php //include "assets/php/scripts.php"; ?>
</script>
<script>
@@ -116,5 +121,14 @@ }
</script>
+<script src="assets/js/jquery.js"></script>
+<script src="assets/js/fontawesome.js"></script>
+<script src="assets/js/modernizr.js"></script>
+<script src="assets/js/language.js"></script>
+<script src="assets/js/encryption.js"></script>
+<script src="assets/js/chat.js"></script>
+<script src="assets/js/slick.js"></script>
+<script src="assets/js/main.js"></script>
+
</body>
</html>
\ No newline at end of file |