-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (23 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AssembleScript</title>
<meta name="description" content="AssembleScript ,a marvel in itself, is our very own programming language designed for the true MCU enthusiasts!" />
<meta name="keywords" content="AssembleScript, AssembleProgramming, Codefinity, Sahilk-027, Shashankbhosagi" />
<meta name="author" content="SBSKCodes" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="AssembleScript" />
<meta property="og:description"
content="AssembleScript ,a marvel in itself, is our very own programming language designed for the true MCU enthusiasts!" />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/137669437?s=200&v=4" />
<meta property="og:type" content="website" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>