17 lines
378 B
HTML
17 lines
378 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>AYO Inc.</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="/assets/favicon.svg" type="image/svg+xml">
|
|
<link rel="shortcut icon" href="/assets/favicon.png">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="/bundle.js.gz"></script>
|
|
</body>
|
|
|
|
</html>
|