add fallbacks
This commit is contained in:
parent
f7a83b8d8e
commit
5eb9387db6
2 changed files with 1 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
<button><a href='https://discord.gg/Wkr7PVk3cF'>Discord</a></button>
|
||||
</div>
|
||||
</form>
|
||||
<script src='/index.js'></script>
|
||||
<script src='index.js'></script>
|
||||
</body>
|
||||
|
||||
</html>
|
1
index.js
1
index.js
|
@ -1,4 +1,3 @@
|
|||
|
||||
var messages = document.getElementById('messages');
|
||||
var form = document.getElementById('form');
|
||||
var input = document.getElementById('input');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue