-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>මැවිසුරු රඟසොබා</title>
<meta name="description" content="Mavisuru Rangasoba: An event by the Engineering batch of 22 in University of Moratuwa.">
<!-- <meta property="og:image" content="cse-poson-ar.vercel.app/logo-1-180x66.png"> -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="මැවිසුරු රඟසොබා">
<meta property="og:description" content="Mavisuru Rangasoba: An event by the Engineering batch of 22 in University of Moratuwa.">
<meta property="og:url" content="mavisuru.vercel.app/">
<meta property="og:site_name" content="මැවිසුරු රඟසොබා">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="මැවිසුරු රඟසොබා">
<meta name="twitter:description" content="Mavisuru Rangasoba: An event by the Engineering batch of 22 in University of Moratuwa.">
<!-- <meta name="twitter:image" content="cse-poson-ar.vercel.app/logo-1-180x66.png"> -->
<meta name="theme-color" content="#2b0036">
<link rel="icon" href="/mask-icon-circle.png" sizes="32x32">
<link rel="icon" href="/mask-icon-circle.png" sizes="192x192">
<link rel="apple-touch-icon" href="/mask-icon-circle.png">
<!-- <meta name="msapplication-TileImage" content=".vercel.app/cropped-moon-270x270.png"> -->
<script src="https://aframe.io/releases/1.4.0/aframe.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/mindar-image-aframe.prod.js"></script>
<script src="https://cdn.jsdelivr.net/gh/c-frame/[email protected]/dist/aframe-extras.min.js"></script>
</head>
<body>
<div id="app"></div>
<script src="/src/main.js" type="module"></script>
</body>
</html>