-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
54 lines (46 loc) · 2.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Be the browser’s mentor, not its micromanager.</title>
<meta name="description"
content="Key principles using modern CSS, fluid type, fluid space, flexible layout and progressive enhancement will help you to build better front-ends that work for everyone.">
<meta name="keywords"
content="CSS, CSS3, HTML, HTML5, JavaScript, Web Design, Web Development, Web Standards, Web Standards Project, W3C, W3C Standards">
<meta name="author" content="Be the browser’s mentor, not its micromanager.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="Cube Css Methodologies">
<meta name="twitter:creator" content="Saugat Rimal">
<meta name="twitter:title" content="Be the browser’s mentor, not its micromanager.">
<meta name="twitter:description"
content="Key principles using modern CSS, fluid type, fluid space, flexible layout and progressive enhancement will help you to build better front-ends that work for everyone.">
<meta name="twitter:image" content="https://buildexcellentwebsit.es/images/social-share.png">
<meta name="twitter:image:alt" content="Be the browser’s mentor, not its micromanager.">
<meta property="og:title" content="Be the browser’s mentor, not its micromanager.">
<meta property="og:type" content="article">
<meta property="og:url" content="https://cube-css-methodology.vercel.app/">
<meta property="og:image" content="https://buildexcellentwebsit.es/images/social-share.png">
<meta property="og:description"
content="Key principles using modern CSS, fluid type, fluid space, flexible layout and progressive enhancement will help you to build better front-ends that work for everyone.">
<meta property=" og:site_name" content="Be the browser’s mentor, not its micromanager.">
<meta property="article:section" content="CSS">
<meta property="article:tag" content="CSS">
<meta property="article:tag" content="CSS3">
<meta property="article:tag" content="HTML">
<meta property="article:tag" content="HTML5">
<meta property="article:tag" content="JavaScript">
<meta property="article:tag" content="Web Design">
<meta property="article:tag" content="Web Development">
<meta property="article:tag" content="Cube Css Methodologies">
<meta property="article:tag" content="fluid space">
<meta property="article:tag" content="fluid type">
<meta property="article:tag" content="Cube Methodologies">
<meta property="og:locale" content="en_US">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>