-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
25 lines (22 loc) · 1.16 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
npm<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A micro site concept Donovan Goliath has always wanted to build.">
<meta property="og:title" content="Chappies Micro Site">
<meta property="og:description" content="A micro site concept Donovan Goliath has always wanted to build.">
<meta property="og:image" content="https://raw.githubusercontent.com/codebenderhq/chappies/main/assets/chappies.png">
<meta property="og:url" content="https://codebenderhq/chappies/">
<meta name="twitter:title" content="Chappies Micro Site">
<meta name="twitter:description" content="A micro site concept Donovan Goliath has always wanted to build.">
<meta name="twitter:image" content="https://raw.githubusercontent.com/codebenderhq/chappies/main/assets/chappies.png">
<meta name="twitter:card" content="summary_large_image">
<link type="text/css" rel="stylesheet" href="./src/assets/main.css" />
<title>Playground </title>
</head>
<body>
<div id="app"></div>
<script type="module" src="playground/index.js"></script>
</body>
</html>