22 lines
641 B
HTML
22 lines
641 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<title>skillBox</title>
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Material+Icons' rel="stylesheet" type="text/css">
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat:500,800" rel="stylesheet">
|
|
<link href="https://use.typekit.net/tck7ptw.css" rel="stylesheet">
|
|
<link rel="shortcut icon" type="image/png" href="/vstatic/favicon.ico"/>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div class="center">
|
|
</div>
|
|
</div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|