2021-04-29 05:51:32 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
|
|
|
2021-04-29 07:14:42 -04:00
|
|
|
<title>ChipChoc 🍪</title>
|
2021-04-29 05:51:32 -04:00
|
|
|
|
2021-06-04 14:36:33 -04:00
|
|
|
<link rel='icon' type='image/png' href='favicon.png'>
|
|
|
|
<link rel='stylesheet' href='global.css'>
|
|
|
|
<link rel='stylesheet' href='build/bundle.css'>
|
2021-04-29 05:51:32 -04:00
|
|
|
|
2021-06-04 14:36:33 -04:00
|
|
|
<script defer src='build/bundle.js'></script>
|
2021-04-29 05:51:32 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|