Skip to content

Commit

Permalink
web: static files are in static/ :)
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Jun 26, 2010
1 parent 16bc8f7 commit 246f0a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions amsn2/ui/front_ends/web/static/amsn2.html
@@ -1,13 +1,13 @@
<html>
<head>
<title>aMSN2 FrontEnd</title>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.ui.js"></script>
<link rel="stylesheet" href="jquery-ui-themeroller.css" type="text/css" media="screen">
<script type="text/javascript" src="static/jquery.js"></script>
<script type="text/javascript" src="static/jquery.ui.js"></script>
<link rel="stylesheet" href="static/jquery-ui-themeroller.css" type="text/css" media="screen">
<style type="text/css">
@import url("amsn2.css");
@import url("static/amsn2.css");
</style>
<script type="text/javascript" src="backend.js"></script>
<script type="text/javascript" src="static/backend.js"></script>
</head>
<body>
<div class="splashScreen"></div>
Expand Down

0 comments on commit 246f0a9

Please sign in to comment.