Client: add ui.js; create Client object from ui.js
This commit is contained in:
parent
e746a4e8ca
commit
36ba716ad8
4 changed files with 16 additions and 8 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>InstantChat</title>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
<script src="js/jquery-3.3.1.js"></script>
|
||||
<!-- <script src="js/jquery-3.3.1.js"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<script src="js/settings.js"></script>
|
||||
<script src="js/client.js"></script>
|
||||
<script src="js/ui.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue