15 lines
480 B
HTML
15 lines
480 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<title>Vue-Particles - Vue.js and particles.js component</title>
|
|
<meta name="description" content="Vue.js component for particles backgrounds">
|
|
<link href="https://fonts.googleapis.com/css?family=Teko:400,500" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|