mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 18:36:14 -04:00
added the ability to add costum js/css
This commit is contained in:
parent
325839f9fd
commit
a47b5ab458
5 changed files with 22 additions and 1 deletions
|
@ -81,6 +81,8 @@
|
|||
width: 40px;
|
||||
}
|
||||
</style>
|
||||
<link href="static/custom/index.css" rel="stylesheet">
|
||||
<script src="static/custom/index.js"></script>
|
||||
<div id="container">
|
||||
<div id="button" onclick="go2Random()">New Pad</div>
|
||||
<br>
|
||||
|
@ -122,4 +124,4 @@
|
|||
return randomstring;
|
||||
}
|
||||
</script>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue