-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (48 loc) · 2.77 KB
/
index.html
File metadata and controls
55 lines (48 loc) · 2.77 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Readme Studio — Beautiful Github Readme In A Seconds</title>
<meta name="description"
content="Generate GitHub README in a few seconds with Readme Studio. Edit instantly with our powerful browser-based editor and customize it to fit your style. Edit instantly with our powerful browser-based editor and customize it to fit your style."/>
<meta name="keywords"
content="github readme generator, readme studio, markdown editor, readme builder, readme template, markdown generator, ai readme generator, readme browser-based editor, readme editor, make readme, edit readme, github profile readme, open-source project readme, readme badge, readme stats, github, readme"/>
<meta name="author" content="Asfak Ahmed"/>
<meta name="robots" content="index, follow"/>
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon.svg"/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.svg"/>
<meta name="theme-color" content="#00AD95"/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://readmestudio.zenui.net/"/>
<meta property="og:title" content="Readme Studio — Beautiful Github Readme In A Seconds"/>
<meta property="og:description"
content="Generate GitHub README in a few seconds with Readme Studio. Edit instantly with our powerful browser-based editor and customize it to fit your style."/>
<meta property="og:image" content="https://i.ibb.co.com/CpRfHwzb/og-image.png"/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:url" content="https://readmestudio.zenui.net/"/>
<meta name="twitter:title" content="Readme Studio — Beautiful Github Readme In A Seconds"/>
<meta name="twitter:description"
content="Generate GitHub README in a few seconds with Readme Studio. Edit instantly with our powerful browser-based editor and customize it to fit your style."/>
<meta name="twitter:image" content="https://i.ibb.co.com/CpRfHwzb/og-image.png"/>
<meta name="twitter:creator" content="@asfak00"/>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YDT9GC1NM6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-YDT9GC1NM6');
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>