File: sourcemap_tester.html

package info (click to toggle)
node-grunt-contrib-concat 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 480 kB
  • sloc: javascript: 536; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html class="no-js" lang="">
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <link rel="stylesheet" href="/tmp/sourcemap_css.css">
  <script src="/tmp/sourcemap_js.js"></script>
</head>
<body>
  <div>DIV</div>
  <h2>H2</h2>
</body>
</html>