Only “www” is publicly accessible.

This commit is contained in:
Julien Fontanet 2012-12-27 11:08:47 +01:00
parent aa3e2962cb
commit 615c2e530d
11 changed files with 14 additions and 5 deletions

View File

@ -37,8 +37,8 @@
<meta name="author" content="Olivier Lambert and Julien Fontanet">
{* We use Bootstrap CSS. *}
<link href="../deps/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="../deps/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
{* IE support. *}
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
@ -46,7 +46,7 @@
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
{* This font is used for icons. *}
<link rel="stylesheet" href="../deps/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="css/font-awesome.css">
{* Our stylesheet and scripts. *}
<link rel="stylesheet" href="css/style.css">
@ -124,8 +124,8 @@
{block body}{/block}
<!-- JS Placed at the end of the document so the pages load faster -->
<script src="../deps/js/jquery.js"></script>
<script src="../deps/bootstrap/js/bootstrap.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/xo.js"></script>
</body>
</html>

1
src/www/css/bootstrap-responsive.css vendored Symbolic link
View File

@ -0,0 +1 @@
../../deps/bootstrap/css/bootstrap-responsive.min.css

1
src/www/css/bootstrap.css vendored Symbolic link
View File

@ -0,0 +1 @@
../../deps/bootstrap/css/bootstrap.min.css

1
src/www/css/font-awesome.css vendored Symbolic link
View File

@ -0,0 +1 @@
../../deps/font-awesome/css/font-awesome.css

View File

@ -0,0 +1 @@
../../deps/font-awesome/font/fontawesome-webfont.eot

View File

@ -0,0 +1 @@
../../deps/font-awesome/font/fontawesome-webfont.svg

View File

@ -0,0 +1 @@
../../deps/font-awesome/font/fontawesome-webfont.ttf

View File

@ -0,0 +1 @@
../../deps/font-awesome/font/fontawesome-webfont.woff

1
src/www/js/bootstrap.js vendored Symbolic link
View File

@ -0,0 +1 @@
../../deps/bootstrap/js/bootstrap.min.js

1
src/www/js/jquery.js vendored Symbolic link
View File

@ -0,0 +1 @@
../../deps/jquery/jquery.js