-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (65 loc) · 3.64 KB
/
index.html
File metadata and controls
84 lines (65 loc) · 3.64 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<title>Nift* - We work for latest, newest & luxiest and focus on open.</title>
<meta name="title" content="Nift* - We work for latest, newest & luxiest and focus on open.">
<meta name="description" content="We work for latest, newest & luxiest and our main focus is on open & free. we develop hooks for great future.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.niftproj.github.io/">
<meta property="og:title" content="Nift* - We work for latest, newest & luxiest and focus on open.">
<meta property="og:description" content="We work for latest, newest & luxiest and focus on open. we develop hooks for great future.">
<meta property="og:image" content="https://www.niftproj.github.io/assets/brand.svg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.niftproj.github.io/">
<meta property="twitter:title" content="Nift* - We work for latest, newest & luxiest and focus on open.">
<meta property="twitter:description" content="We work for latest, newest & luxiest and focus on open. we develop hooks for great future.">
<meta property="twitter:image" content="https://www.niftproj.github.io/assets/brand.svg">
<!-- Manifests -->
<link rel="manifest" href="./manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="application-name" content="Nift*">
<meta name="apple-mobile-web-app-title" content="Nift*">
<meta name="theme-color" content="#00B432">
<meta name="msapplication-navbutton-color" content="#00B432">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-starturl" content="/">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/svg" sizes="90x90" href="https://niftproj.github.io/assets/nift-brand.svg">
<link rel="apple-touch-icon" type="image/svg" sizes="90x90" href="https://niftproj.github.io/assets/nift-brand.svg">
<!-- Stylesheets -->
<link rel="stylesheet" href="./css/webgene.css">
<link rel="stylesheet" href="./css/nift*.css">
</head>
<!-- style attr for now only -->
<body id="niftBody" style="text-align: center;">
<div id="niftNavigator" class="niftNavigatorPanelOuter">
<div class="niftNavigatorPanelInner">
<div class="niftBrandView">
<a href="https://www.niftproj.github.io" class="niftBrandViewInner">
<img src="./assets/nift-brand.svg" alt="Nift*" class="niftBrand">
</a>
</div>
<div class="niftLinksView">
<div class="niftLinksViewInner">
<ul class="niftLinksViewListGroup">
<li class="niftLinkViewList">
<a href="https://www.niftproj.github.io/projects.html">Projects/Github</a>
</li>
<li class="niftLinkViewList">
<a href="https://www.niftproj.github.io/news.html">Newsroom/Blogs</a>
</li>
<li class="niftLinkViewList">
<a href="https://www.niftproj.github.io/about.html">About/Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<img src="./assets/brand.png" alt="">
</body>
</html>