2017-07-24 08:45:00 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title></title>
|
|
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
|
|
|
|
<meta name="description" content="Vuetify electron template with webpack ssr ">
|
|
|
|
<meta name="keywords" content="">
|
2017-07-24 10:33:00 +00:00
|
|
|
<link rel="shortcut icon" href="static/favicon.ico">
|
2017-07-24 08:45:00 +00:00
|
|
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons' rel="stylesheet" type="text/css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript id="deferred-styles"></noscript>
|
|
|
|
<!--vue-ssr-outlet-->
|
|
|
|
</body>
|
|
|
|
</html>
|