-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>NUS Business</title>
<meta name="title" content="NUS Business">
<meta name="description" content="Find your closest business centres in NUS with NUS Business! We cater to your business, no matter how big or small. Your business is our business.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://nusbusiness.com/">
<meta property="og:title" content="NUS Business">
<meta property="og:description" content="Find your closest business centres in NUS with NUS Business! We cater to your business, no matter how big or small. Your business is our business.">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://nusbusiness.com/">
<meta property="twitter:title" content="NUS Business">
<meta property="twitter:description" content="Find your closest business centres in NUS with NUS Business! We cater to your business, no matter how big or small. Your business is our business.">
<link
href="https://fonts.googleapis.com/css?family=Raleway:400,400i,700"
rel="stylesheet"
/>
</head>
<body>
<div id="app"></div>
<script src="./index.js"></script>
</body>
</html>