2019-11-22 16:19:50 +08:00
|
|
|
<!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">
|
2020-03-29 21:59:11 +08:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@2.5.94/css/materialdesignicons.min.css">
|
2019-11-22 17:18:12 +08:00
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.png">
|
2019-11-22 17:16:40 +08:00
|
|
|
<title>Pinry</title>
|
2019-11-22 16:19:50 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<noscript>
|
2019-11-22 17:16:40 +08:00
|
|
|
<strong>We're sorry but Pinry doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
2019-11-22 16:19:50 +08:00
|
|
|
</noscript>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|