Small fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Mandelbrot</title>
|
||||
<title>Julia</title>
|
||||
<style type="text/css">
|
||||
body, html {
|
||||
width: 100%;
|
||||
@@ -20,5 +20,11 @@
|
||||
|
||||
<script type="application/javascript" src="js/kotlin/kotlin.js"></script>
|
||||
<script type="application/javascript" src="js/generated/mandelbrot.js"></script>
|
||||
<script type="text/javascript">
|
||||
document.open();
|
||||
document.write("<img style='border: 0; display: none;' alt='' src='https://stats.astraeus.nl/stats?");
|
||||
document.write("id=3&referrer="+document.referrer+"&url="+window.location.href+"'&agent="+navigator.userAgent+"' />");
|
||||
document.close();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user