Dream-Hero/public/index.html

20 lines
731 B
HTML
Raw Normal View History

2021-03-12 19:15:13 -06:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
2021-03-23 23:11:12 -05:00
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
<title>Dream Hero</title>
2021-03-12 19:15:13 -06:00
</head>
<body>
<noscript>
2021-03-23 23:11:12 -05:00
<strong>We're sorry but Dream Hero doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
2021-03-12 19:15:13 -06:00
</noscript>
2021-03-23 23:32:38 -05:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-03-12 19:15:13 -06:00
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>