-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
65 lines (50 loc) · 1.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Source Maps</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Source Maps</h1>
<h2>Source map github pages.</h2>
</header>
<section id="main_content">
<h3>About</h3>
<p>
TODO: talk about source maps
</p>
<h3>Specification</h3>
<p>
The <a href="https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#">source
map specification</a> is hosted on Google Docs.
</p>
<h3>Discuss</h3>
<p>
All discussion about the source map specification happens on
the <a href="https://lists.mozilla.org/listinfo/dev-js-sourcemap">source
map mailing list</a>.
</p>
<h3>Contribute</h3>
<p>
To contribute to this
project, <a href="https://github.com/source-map/source-map.github.io">visit
us GitHub</a>.
</p>
<h3>FAQ</h3>
<a href="faq.html">Frequently Asked Questions</a>
</section>
</div>
</div>
</body>
</html>