-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (36 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>website</title>
<meta name="description" content="..">
<meta name="keywords" content="website, framework">
<meta name="author" content="">
<!-- Favicon -->
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<!-- Stylesheets -->
<link rel="stylesheet" href="/src/css/style-main.css">
<!-- Preconnect to external resources (example) -->
<!--<link rel="preconnect" href="https://fonts.gstatic.com">-->
<!-- Google Fonts -->
<!--<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">-->
<!-- Canonical URL (for SEO) -->
<!--<link rel="canonical" href="https://www.yourwebsite.com/">-->
<!-- Open Graph meta tags (for social media) -->
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
<meta property="og:url" content="">
<meta property="og:type" content="website">
<!-- Twitter Card meta tags (for Twitter) -->
<meta name="twitter:card" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<script type="module" src="/src/.cive/App.js"></script>
</head>
<body id="main-content-cive">
<!-- Your HTML content here -->
</body>
</html>