36 lines
930 B
HTML
36 lines
930 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:300,400,500,800" rel="stylesheet">
|
|
<link href="https://use.typekit.net/tck7ptw.css" rel="stylesheet">
|
|
|
|
<script>
|
|
window.UPLOADCARE_PUBLIC_KEY = '78212ff39934a59775ac';
|
|
window.UPLOADCARE_LOCALE = 'de';
|
|
window.UPLOADCARE_LOCALE_TRANSLATIONS = {
|
|
dialog: {
|
|
tabs: {
|
|
file: {
|
|
drag: 'Ziehen Sie ein Bild hier hinein',
|
|
button: 'Wählen Sie ein lokales Bild',
|
|
}
|
|
}
|
|
}
|
|
};
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
<div id="app">
|
|
<div class="center">
|
|
</div>
|
|
</div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|