added the ability to add costum js/css

This commit is contained in:
Peter 'Pita' Martischka 2011-07-30 16:33:35 +01:00
parent 325839f9fd
commit a47b5ab458
5 changed files with 22 additions and 1 deletions

View file

@ -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>