This repository was archived by the owner on Dec 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
28 lines (28 loc) · 1.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Bugzilla UX">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://kyoshino.github.io/bugzilla-ux/global-navigation-analysis/">
<meta property="og:image" content="https://kyoshino.github.io/bugzilla-ux/global-navigation-analysis/thumbnail.png">
<meta property="og:title" content="Global Navigation Analysis">
<meta property="og:description" content="Take a closer look at the global header and footer on Bugzilla@Mozilla to find the user experience problems.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@BugzillaUX">
<meta name="twitter:creator" content="@koyoskeh">
<meta name="twitter:title" content="Bugzilla UX | Global Navigation Analysis">
<meta name="twitter:description" content="Take a closer look at the global header and footer on Bugzilla@Mozilla to find the user experience problems.">
<meta name="twitter:image" content="https://kyoshino.github.io/bugzilla-ux/global-navigation-analysis/thumbnail.png">
<meta name="description" content="Take a closer look at the global header and footer on Bugzilla@Mozilla to find the user experience problems.">
<title>Bugzilla UX | Global Navigation Analysis</title>
<style>
body { margin: 0; background: #535353; }
img { display: block; margin: 0 auto; width: 1440px; }
</style>
</head>
<body>
<img src="full.png" alt="">
</body>
</html>