forked from mdn/samples-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 921 Bytes
/
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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link href="main.css" rel="stylesheet" media="screen" type="text/css">
<title>MDN Code Samples</title>
</head>
<body>
<div class="mdn-header">
<h1>
MDN Code Samples
</h1>
</div>
<div class="mdn-content">
<p>
This site hosts the server side of any MDN code samples that require server
assistance to operate, such as WebSocket services, data stores, or WebRTC
peer-finding services.
</p>
</div>
<div class="mdn-footer">
All text content on MDN is offered under the
<a href="http://creativecommons.org/licenses/by-sa/2.5/">CC-SA-BY</a> license,
version 2.5 or later. All sample code offered on this site is provided under the
<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 (Public
Domain)</a> license and may be reused or repurposed without attribution.
</div>
</body>
</html>