-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (49 loc) · 2.41 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
<html lang="en" dir="ltr" class="client-nojs">
<head>
<meta charset="UTF-8">
<title>WebPlatform Docs static assets repository</title>
<link rel="shortcut icon" href="//www.webplatform.org/favicon.ico">
<link rel="stylesheet" href="//www.webplatform.org/assets/css/squished.css">
<link rel="stylesheet" href="//www.webplatform.org/assets/css/transition.css">
<link rel="stylesheet" href="//www.webplatform.org/assets/css/error.css">
<link rel="copyright" href="//docs.webplatform.org/wiki/MediaWiki:Site-terms-of-service">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 7]><script src="//www.webplatform.org/assets/bower_components/ie7-js/lib/IE7.js"></script><![endif]-->
<!--[if lt IE 8]><script src="//www.webplatform.org/assets/bower_components/ie7-js/lib/IE8.js"></script><![endif]-->
<!--[if lt IE 9]><script src="//www.webplatform.org/assets/bower_components/ie7-js/lib/IE9.js"></script><![endif]-->
<!--[if lt IE 9]><script src="//docs.webplatform.org/w/extensions/WebPlatformDocs/skin/html5shiv.js"></script><![endif]-->
<!--[if lt IE 8]><link rel="stylesheet" href="//www.webplatform.org/assets/css/ie7.css"><![endif]-->
</head>
<body class="ltr sitedir-ltr">
<header id="mw-head" class="noprint">
<div class="container">
<div id="p-logo">
<a href="//www.webplatform.org/" title="Visit webplatform.org home page"></a>
</div>
</div>
</header>
<nav id="sitenav">
<div class="container">
<ul class="links">
<li><a href="http://webplatform.github.io/ops/">OPERATIONS</a></li>
<li><a href="//status.webplatform.org">STATUS</a></li>
</ul>
</div>
</nav>
<div id="content" class="mw-body">
<div class="container">
<div id="page">
<div id="page-content">
<div id="main-content">
<h1>WebPlatform Docs static assets repository</h1>
<p>This is where we host all file uploads for <a href="http://docs.webplatform.org/">docs.webplatform.org</a>.</p>
<p>If you want to upload files, head over to <a href="https://github.com/webplatform/docs-assets/">webplatform/docs-assets</a> GitHub repository, clone, add and commi your asset from there then make a pull request.</p>
<p> </p>
</div><!-- /main-content -->
<div class="clear"></div>
</div><!-- /page-content -->
</div><!-- /page -->
</div>
</div>
</body>
</html>