mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Edited static/index.html via GitHub
This commit is contained in:
parent
17472a7270
commit
15bf4b9313
1 changed files with 1 additions and 1 deletions
|
@ -76,6 +76,7 @@
|
|||
}
|
||||
</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>
|
||||
|
@ -85,7 +86,6 @@
|
|||
<input type="submit" value="OK">
|
||||
</form>
|
||||
</div>
|
||||
<script src="static/custom/index.js"></script>
|
||||
<script>
|
||||
function go2Name()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue