1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-24 21:35:06 +03:00
guide/front/index.html

13 lines
265 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><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<div id="app"></div>
</body>
</html>