22 lines
768 B
HTML
22 lines
768 B
HTML
|
|
<!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">
|
||
|
|
<script
|
||
|
|
type="text/javascript"
|
||
|
|
src="https://api-maps.yandex.ru/2.1/?apikey=692f0a05-cb88-4158-88b9-06bc0dc93004&load=package.standard&lang=ru-RU&ns=yandexMap"
|
||
|
|
async>
|
||
|
|
</script>
|
||
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.8.0/jszip.js"></script>
|
||
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.8.0/xlsx.js"></script>
|
||
|
|
<title>JoyWork</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<input type="hidden" value="4" id="session_user_id"/>
|
||
|
|
<div id="app"></div>
|
||
|
|
<!-- built files will be auto injected -->
|
||
|
|
</body>
|
||
|
|
</html>
|