Arquivos
2012-08-26 01:50:41 -03:00

25 linhas
834 B
PHP
Arquivo Executável

<?php
header('Content-type: text/html; charset=utf-8');
?><!DOCTAYPE HTML>
<html lang="en">
<head>
<title>Mind3rd IDE</title>
<link type='text/css' rel='stylesheet' href='styles/reset.css' />
<link type='text/css' rel='stylesheet' href='styles/default.css' />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined')
{
document.write(unescape("%3Cscript src='scripts/jquery/jquery.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script src='scripts/default.js'></script>
</head>
<body>
</body>
</html>