mirror of
https://github.com/gosticks/vue-webshop.git
synced 2025-10-16 12:05:40 +00:00
34 lines
1.0 KiB
HTML
34 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="static/img/favicon.png">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<title>Vue Basic Template</title>
|
|
<!-- Viewport core CSS -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
<link rel="stylesheet" href="static/css/normalize.css">
|
|
<link rel="stylesheet" href="static/css/skeleton.css">
|
|
|
|
<!-- Import icons -->
|
|
<link rel="stylesheet" href="static/css/ionicons.min.css">
|
|
</head>
|
|
<body>
|
|
<div class="app-wrapper" id="app">
|
|
</div>
|
|
|
|
<!-- filters -->
|
|
<svg style="display:none" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="blur-svg">
|
|
<defs>
|
|
<filter id="blur-filter">
|
|
<feGaussianBlur stdDeviation="3"></feGaussianBlur>
|
|
</filter>
|
|
</defs>
|
|
</svg>
|
|
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|