29 lines
910 B
HTML
29 lines
910 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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" />
|
|
<title>AyaNova</title>
|
|
<!-- <link
|
|
rel="stylesheet"
|
|
href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"
|
|
/> -->
|
|
|
|
<!--
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css" integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns" crossorigin="anonymous">
|
|
-->
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong
|
|
>AyaNova doesn't work without JavaScript enabled. Please enable it to
|
|
continue.</strong
|
|
>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|