File: index.html

package info (click to toggle)
twitter-bootstrap 2.0.2%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 2,728 kB
  • ctags: 594
  • sloc: makefile: 106
file content (13 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
	<title>test</title>
	<script src="https://raw.github.com/douglascrockford/JSON-js/master/json2.js"></script>
</head>
<body>
  <code id="console"></code>
  <script>var Hogan = {};</script>
  <script src="../lib/template.js"></script>
  <script src="../lib/compiler.js"></script>
  <script src="./index.js"></script>
</body>
</html>