Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

final procedural project

ER authored on 13/04/2012 10:17:34
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,34 @@
1
+    <footer>
2
+        <p>&copy; Company 2011</p>
3
+    </footer>
4
+    
5
+  </div>
6
+
7
+  <!-- JavaScript at the bottom for fast page loading -->
8
+
9
+  <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
10
+  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
11
+  <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
12
+
13
+  <!-- scripts concatenated and minified via build script -->
14
+  <script src="/js/plugins.js"></script>
15
+  <script src="/js/script.js"></script>
16
+  <script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
17
+  
18
+  <script src="/js/bootstrap-dropdown.js"></script>
19
+  <script src="/js/bootstrap-twipsy.js"></script>
20
+  <script src="/js/bootstrap-scrollspy.js"></script>
21
+  <script src="/js/bootstrap-scrollspy.js"></script>
22
+  <script src="/js/assets/application.js"></script>
23
+  <!-- end scripts -->
24
+
25
+  <!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
26
+       mathiasbynens.be/notes/async-analytics-snippet -->
27
+  <script>
28
+    var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
29
+    (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
30
+    g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
31
+    s.parentNode.insertBefore(g,s)}(document,'script'));
32
+  </script>
33
+</body>
34
+</html>