Hi there,
You currently have (whitespace intentional):
HTML Code:
<head>
<title>ZIRCONA.NET</title>
<link rel="stylesheet" href="index.css" />
<script type="text/javascript" src="index.js">
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript">
</script>
</head>
Change it to:
HTML Code:
<head>
<title>ZIRCONA.NET</title>
<link rel="stylesheet" href="index.css" />
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script type="text/javascript" src="index.js">
</head>
See what that does.
Bookmarks