-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (41 loc) · 2.28 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<META name="Content-Language" content="english" />
<META http-equiv="imagetoolbar" content="no" />
<META http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<META http-equiv="content-script-type" content="text/javascript" />
<META http-equiv="content-style-type" content="text/css" />
<META http-equiv="CACHE-CONTROL" content="Public" />
<META http-equiv="PRAGMA" content="Cache-Control" />
<!-- META http-equiv="EXPIRES" content="Sun, 01 Jul 2012 00:00:01 GMT" / -->
<META name="DC.creator" content="Richie Bartlett Jr. - http://www.RichieBartlett.com/" />
<META name="DC.language" content="en" />
<META name="copyright" content="Copyright 2020" />
<META name="keywords" content="idea evolution" />
<META name="description" content="Linspira - Collaborative Ideation" />
<META name="Author" content="Richie Bartlett" />
<META name="revisit-after" content="7 days" />
<META name="distribution" content="global" />
<META name="rating" content="general" />
<META name="robots" content="index, follow" /> <!-- (Robot commands: All, None, Index, No Index, Follow, No Follow) -->
<META name="GOOGLEBOT" content="index" />
<LINK rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
<LINK rel="shortcut icon" href="/favicon.ico" type="image/ico" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<LINK rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<LINK rel="apple-touch-icon" href="/favicon.ico" />
<LINK rel="apple-touch-icon-precomposed" href="/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<!-- used https://www.base64-image.de/ to create the Base64 images -->
<title>Linspira.com : Ideas Beyond Chains. Fun World. Create it together.</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preload" as="style" href="assets/css/custom.css"><link rel="stylesheet" href="assets/css/custom.css" type="text/css">
<!-- Global site tag (gtag.js) - Google Analytics -->
</head>
<body>
</body>
</html>