-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
17 lines (17 loc) · 875 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Conway's Game Of Life in React</title>
<meta name="description" content="Une représentation de Conway's Game of Life développé en React." />
<meta property="og:image" content="https://www.dropbox.com/scl/fi/gr16o7lnlfp5lnajrgkuc/Conway-s-game-of-Life-in-React-Preview-small.webp?rlkey=387sfcs2vd76b707mpgpmvagw&st=izpof2a3&dl=1" />
<meta property="og:description" content="Une représentation de Conway's Game of Life développé en React." />
<meta property="og:title" content="Conway's Game Of Life in React" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>