-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
53 lines (51 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width" name="viewport">
<title>Web Platform Specs</title>
<link href="https://specs.webplatform.org/assets/css/kraken.css" rel="stylesheet">
<link href="https://specs.webplatform.org/assets/img/icon.png" rel="shortcut icon">
<style>
#meta {
max-width: 250px;
}
dl.webspec dl > dt { font-weight: normal; }
dl.webspec dl > dd { margin-bottom: 5px; }
</style>
</head>
<body>
<header>
<a href="http://specs.webplatform.org/" id="logo">
<img alt="Web Platform Specs" height="50" src="https://specs.webplatform.org/assets/img/logo.svg" width="50"><br>
<span>Web Platform Specs</span>
</a>
<h1>Web Platform Specs</h1>
<div id="meta">
<a href="https://github.com/webspecs/the-index/issues">bugs</a>
•
<a href="https://github.com/webspecs/the-index">fork me</a>
•
<a href="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231" rel="license">W3C</a>
•
<a href="https://github.com/webspecs/the-index/commits">commit log</a>
</div>
</header>
<section>
<h2 class="no-num no-toc no-ref heading settled" id="abstract"><span class="content">Abstract</span></h2>
<div class="p-summary">
<p>
This project has been discontinued.
</p>
</div>
</section>
<section>
<h2 class="no-num" id="w3c">Copyright</h2>
<p>
All contributions to this document are made under the <a
href="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">W3C Software
License and Notice</a>.
</p>
</section>
</body>
</html>