-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added .editorconfig * Added Open Graph Metadata
- Loading branch information
1 parent
8bc8a30
commit 1f4ebf0
Showing
3 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# EditorConfig is awesome: https://EditorConfig.org | ||
|
||
# top-most EditorConfig file | ||
root = true | ||
|
||
# Unix-style newlines with a newline ending every file | ||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<link rel="icon" href="/favicon.svg"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>OLG Group</title> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.ts"></script> | ||
</body> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" href="/favicon.svg"> | ||
|
||
<!-- Meta Tags --> | ||
<title>OLG Group</title> | ||
<meta name="description" content="Empowering Your Business with Smart IT Solutions and Consulting Expertise."> | ||
<meta property="og:url" content="https://olg-group.com/"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:title" content="OLG Group"> | ||
<meta property="og:description" content="Empowering Your Business with Smart IT Solutions and Consulting Expertise."> | ||
<meta property="og:image" content="/open-graph.png"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta property="twitter:domain" content="edge.parzival.space"> | ||
<meta property="twitter:url" content="https://olg-group.com/"> | ||
<meta name="twitter:title" content="OLG Group"> | ||
<meta name="twitter:description" content="Empowering Your Business with Smart IT Solutions and Consulting Expertise."> | ||
<meta name="twitter:image" content="/open-graph.png"> | ||
</head> | ||
<body> | ||
<div id="app"></div> | ||
<script type="module" src="/src/main.ts"></script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.