-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 2.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" /><!--Just charset-->
<meta name="language" content="English"><!--for language-->
<meta name="viewport" id="myViewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"><!--for viewport-->
<meta name="description" content="Let the AI Write your story, you drive the AI."><!--for description of website | upto 160 characters only-->
<meta name="keywords" content="AI Story Teller, Let the AI Write your story, you drive the AI."><!--for keywords-->
<meta name="theme-color" content="#1dd1a1" /><!--for android chrome topbar theme-->
<link rel="shortcut icon" href="favicon.png"><!--fevicon -->
<meta property="og:type" content="website" /><!--for telling about website-->
<meta property="og:title" content="AI Story Teller" /><!--for fb title-->
<meta property="og:description" content="Let the AI Write your story, you drive the AI." /><!--for fb description-->
<meta property="og:image" content="https://repository-images.githubusercontent.com/454660741/b1453b31-4400-4d3c-98be-9c5837c5164c" /><!--for fb image-->
<meta property="og:url" content="https://imlolman.github.io/AI-Story-Teller/" /><!--for fb permanent URL-->
<meta property="og:site_name" content="AI Story Teller" /><!--for overall company name-->
<meta property="fb:app_id" content="620425188558211" />
<link rel="canonical" href="https://imlolman.github.io/AI-Story-Teller/" /><!--for fixed current page url-->
<meta name="twitter:title" content="AI Story Teller"><!--for twitter title-->
<meta name="twitter:description" content="Let the AI Write your story, you drive the AI."><!--for twitter description-->
<meta name="twitter:image" content="https://repository-images.githubusercontent.com/454660741/b1453b31-4400-4d3c-98be-9c5837c5164c"><!--for twitter image-->
<meta name="twitter:creator" content="@satyam755755"><!--twitter username-->
<meta name="robots" content="index, follow"><!--for google crawling-->
<title>AI Story Teller</title>
<style>
:root{
--color: #0dc49c;/*the initial lightness*/
--color-primary: #0dc49c;
--color-primary-darker: #0dc49c;
--color-primary-darkest: #0dc49c;
}
body{
margin: 0;
padding: 0;
overflow: hidden;
}
</style>
<script src="https://imlolman.github.io/js/controller.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142979168-1"></script> <script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', '{{ site.google_analytics }}');
</script>
</head>
<body>
<iframe src="https://ai-story-teller.netlify.com/" style="width:100vw;height:100vh;border:none;"></iframe>
</body>
</html>