-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
67 lines (58 loc) · 2.36 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta charset="UTF-8" />
<!-- HTML Meta Tags -->
<title>Awesome Inspiration - SHSF</title>
<meta
name="description"
content="A curated collection of the best resources for designers and developers to elevate their projects. Explore inspiration for landing pages, SaaS, components, UX patterns, and much more."
/>
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Awesome Inspiration" />
<meta
itemprop="description"
content="A curated collection of the best resources for designers and developers to elevate their projects. Explore inspiration for landing pages, SaaS, components, UX patterns, and much more."
/>
<!-- Facebook Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Awesome Inspiration" />
<meta
property="og:description"
content="A curated collection of the best resources for designers and developers to elevate their projects. Explore inspiration for landing pages, SaaS, components, UX patterns, and much more."
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Design & Development Inspiration Archive"
/>
<meta
name="twitter:description"
content="A curated collection of the best resources for designers and developers to elevate their projects. Explore inspiration for landing pages, SaaS, components, UX patterns, and much more."
/>
<!-- Stylesheets -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/LIGMATV/docsify-theme-98@latest/98.css"
/>
</head>
<body>
<noscript
>This page requires JavaScript to work, please enable it or read
<a href="https://github.com/shsfwork/awesome-inspiration">here</a
>.</noscript
>
<div id="app">Loading...</div>
<script>
window.$docsify = {
repo: "shsfwork/awesome-inspiration",
search: ["/"],
};
</script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
</body>
</html>