forked from FirefoxUX/photon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 924 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Firefox Design System</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css" />
</head>
<body class="ma0 near-black fira">
<header id="header" class="bg-near-white grey fixed top-0 left-0 w-100 z-999 dn-l">
<div class="center mw7 pa3 relative">
<p class="ma0 fw5">
<a href="/photon/welcome.html" class="near-black no-underline">Firefox Design System</a>
</p>
<a href="#nav" class="near-black no-underline code absolute top-0 right-0 f2 pt1 pr3">≡</a>
</div>
</header>
<div id="app"></div>
</body>
</html>