1
0

APIDump: Extra pages use the local prettify and CSS.

This commit is contained in:
madmaxoft 2013-10-19 22:28:58 +02:00
parent 3f2813d6ff
commit bbcb0ead73

View File

@ -2,8 +2,10 @@
<html>
<head>
<title>MCServer - Webserver vs World threads</title>
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
<script src="http://google-code-prettify.googlecode.com/svn/trunk/src/lang-lua.js"></script>
<link rel="stylesheet" type="text/css" href="main.css" />
<link rel="stylesheet" type="text/css" href="prettify.css" />
<script src="prettify.js"></script>
<script src="lang-lua.js"></script>
</head>
<body>
<h1>Webserver vs World threads</h1>
@ -60,5 +62,8 @@
end
)
</pre>
<script>
prettyPrint();
</script>
</body>
</html>