1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00
guide/front/index.html

15 lines
273 B
HTML
Raw Normal View History

<!DOCTYPE html>
2019-01-04 21:16:22 +03:00
<html lang="en">
<head>
<meta charset="UTF-8">
2019-01-31 19:17:48 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Aelve Guide </title>
</head>
<body>
<div id="app">
<!--vue-ssr-outlet-->
</div>
</body>
</html>