-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 1.03 KB
/
index.html
File metadata and controls
31 lines (29 loc) · 1.03 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/images/vscode.png" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Visual Studio Code is a code editor
redefined and optimized for building and debugging modern web and cloud
applications."
/>
<meta
name="keywords"
content="Visual Studio Code, Visual Studio, Code, Editor, IDE, TypeScript, JavaScript, Node.js, React, Angular, HTML, CSS, Sass, Less, Web Development, Cloud Development, Azure, AWS"
/>
<meta name="author" content="Felipe André" />
<meta name="theme-color" content="#0078d4" />
<title>Visual Studio Code - Code Editing. Redefined</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>