39 lines
1.1 KiB
HTML
39 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=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:400,600,700" rel="stylesheet">
|
|
<link href="https://use.typekit.net/tck7ptw.css" rel="stylesheet">
|
|
<!-- FIXME: replace with own css -->
|
|
<link href="https://surveyjs.azureedge.net/1.0.87/survey.css" type="text/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>
|