forked from firefox-devtools/photon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 2.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Photon Design System</title>
<meta name="description" content="The Photon Design System houses guidelines, reusable UI components, templates, and other resources to help you create products for Firefox users.">
<meta name="viewport" content="width=device-width">
<meta property="og:url" content="http://design.firefox.com/photon/welcome.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Photon Design System">
<meta property="og:image" content="http://design.firefox.com/photon/images/global/fb-open-graph-social-image.jpg">
<meta property="og:description" content="The Photon Design System houses guidelines, reusable UI components, templates, and other resources to help you create products for Firefox users.">
<meta property="og:site_name" content="Photon Design System">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@firefoxux">
<meta name="twitter:url" content="http://design.firefox.com/photon/welcome.html">
<meta name="twitter:title" content="Photon Design System">
<meta name="twitter:description" content="The Photon Design System houses guidelines, reusable UI components, templates, and other resources to help you create products for Firefox users.">
<meta name="twitter:image" content="http://design.firefox.com/photon/images/global/tw-card-social-image.jpg">
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css" />
<link rel="icon" type="image/png" sizes="32x32" href="/photon/images/global/favicon-32.png">
<link rel="apple-touch-icon" sizes="180x180" href="/photon/images/global/favicon-180.png">
</head>
<body class="ma0 bg-white fira">
<div id="app">
<div class="bg-near-white vh-100 ph3 flex" style="font-family: 'Fira Sans';">
<div class="bg-white pa3 br2 shadow-1 mw7 center tc self-center">
<p class="mt0 lh-copy">
Hey, there's nothing here if you don't have JavaScript enabled. Sorry about that!
</p>
<p class="f1 mb0">🙇</p>
</div>
</div>
</div>
</body>
</html>